@extends('errors::minimal') @section('title', __('Not Found')) @section('code', '404') @section('message') {{'Not Found' }} @endsection @section('content')

404

Page Not Found

Sorry, the page you are looking for does not exist.

Go Back to Home
@endsection