@extends('errors.layout',['code' => 404]) @section('title', t_('Error 400')) @section('code',404) @section('error')

{{$exception->getMessage()??t_('bad request')}}

{{('please try again and if you encounter this problem again please contact us')}}
{{t_('back to home')}} @endsection