@extends('master.front') @section('title') {{ __('404 | Not Found') }} @endsection @section('content')

{{ __('404 | Not Found') }}

{{ __('The resource request could not be found on this server !') }}

@endsection