@extends('errors.layout')
@section('title', __('Page Not Found'))
@section('badge', __('Not Found'))
@section('code', '404')
@section('heading', __('Page not found'))
@section('message', __('The page you are looking for doesn\'t exist or has been moved. Check the URL or head back to the dashboard.'))
@section('actions')
{{ __('Go Home') }}
@endsection