@extends('backend.layout.master') @section('title', __('Manage 4o4 Page')) @section('style') @endsection @section('content')

{{ __('Manage 4o4 Page') }}

@csrf
@can('update-404-page') @endcan
@endsection @section('script') @endsection