@extends(template().'layouts.app') @section('title','404') @section('content')

@lang('404')

@lang('opps!')

@lang("Sorry page was not found!")

@lang("We're sorry, the page you requested could not be found. Please go back to the homepage or contact us at") {{config('basic.sender_email')}}

@lang('Back To Home')
@endsection