@extends('layouts.empty', ['title' => 'error_404']) @section('content')

{{ __("error_404") }}

{{ __('error_404_reasons')}}

{{ __('error_404_resolve')}}


{{ __('Go home') }}
@endsection