404
{{ __('Sorry, Page not Found') }} ðŸ˜
{{ __('The page you are looking for is not available!') }}
{{ __('Back to home') }}@extends('layouts.master-without-nav') @section('title') {{ __('Page Not Found') }} @endsection @section('body')
@endsection @section('content'){{ __('The page you are looking for is not available!') }}
{{ __('Back to home') }}