@extends(getTemplate().'.layouts.app') @section('content') @php $get404ErrorPageSettings = get404ErrorPageSettings(); @endphp

{{ $get404ErrorPageSettings['error_title'] ?? '' }}

{{ $get404ErrorPageSettings['error_description'] ?? '' }}

@endsection