@extends('errors::minimal')
@section('title', __('Not Found'))
@section('code', '404')
@section('message', __('Page Not Found'))
@section('description', __('The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.'))
@section('help_title', __("Here's what you can try:"))
@section('help_item_1', __('Double check the URL'))
@section('help_item_2', __('Return to homepage'))
@section('help_item_3', __('Go back to previous page'))
@section('help_icon_1')
@endsection
@section('help_icon_2')
@endsection
@section('help_icon_3')
@endsection
@section('home_icon')
@endsection
@section('back_icon')
@endsection
@section('footer_text', __('Need assistance?'))
@section('footer_link', __('Contact Support'))