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

44

{{ __("Sorry, page not found") }}

@endsection