@extends('errors::custom')
@section('title', __('Not Found'))
@section('code', '404')
@section('heading', __("Oops! Why you're here?"))
@section('message', __("We're sorry for inconvenience. It looks like you're trying to access a page that either has been deleted or never existed."))