@extends('layouts.master-without-nav') @section('title', __('Page Not Found')) @section('css') @endsection @section('body')
{{ __('The page you are looking for is not available!') }}