@extends('errors.layout',['code' => 500]) @section('title', t_('Error 500')) @section('code',500) @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