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

404

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

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

@endsection