@extends('layouts.app') @section('title', 'Settings | Website') @section('extrastyles') @endsection @section('content')
Set this text to customize the message shown when a visitor enters a non existing Page.
{!! Form::open(['novalidate' => 'novalidate','onsubmit' => 'return updateWebsiteCustomPage(this);']) !!} @include('Website::setting.custom-404-page._form')