@extends( 'layout.base' ) @section( 'layout.base.body' )

{!! $title ?? __( '404 Error' ) !!}

{{ __( 'We\'re unable to locate the page you\'re searching for. This page was moved, deleted or simply invalid. You can start by giving another shot clicking on "Try Again". If the issue persist, uses the bellow output to receive support.' ) }}

{!! $message !!}

@endsection