@extends('layouts.app') @section('title', 'Settings | Website') @section('extrastyles') @endsection @section('content')
Custom 404 Page

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')
{!! Form::close() !!}
@include('Website::layout._gallery_popup') @endsection @section('footer') @endsection