@extends('layouts.master-without-nav') @section('title') {{ __('Page Not Found') }} @endsection @section('body') @endsection @section('content')

404

{{ __('Sorry, Page not Found') }} 😭

{{ __('The page you are looking for is not available!') }}

{{ __('Back to home') }}
@endsection @section('script') @endsection