@extends('layouts.app') @section('title', __('Page Not Found') ) @section('content')

{{ __('Oops… You just found an error page') }}

{{ __('We are sorry but the page you are looking for was not found') }}

@endsection