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

{{t_('You followed the wrong link, try again')}}

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