@php $layout = Auth::check() ? 'app-layout' : 'guest-layout'; @endphp

{{ __('Page not found') }}

404
{{ __('Main page') }}