@extends('master.front') @section('title') {{ __('404 | Not Found') }} @endsection @section('content')
{{ __('The resource request could not be found on this server !') }}