@extends('layouts.error-blank') @section('title') {{ __('Not Found') }} @endsection @section('main_content')
404

{{ __('Oopps, Page Not Found...') }}

{{ __('Back to Home') }}
@endsection