@php $error_404=App\Models\ErrorPage::first(); $active_theme = 'layout2'; @endphp @extends($active_theme) @section('title') {{__('user.Sorry, Page Not Found')}} @endsection @section('frontend-content')
error

{{ $error_404->title }}

{{ $error_404->button_text }}
@endsection