@php
use Illuminate\Support\Facades\Session;
$lang = adminLang();
app()->setLocale($lang);
// Get theme preference from session or cookie if available
$theme = Session::get('theme', 'theme-default');
@endphp
{{ __('admin/main.not_found') }} - 404
{{ __('admin/main.page_not_found') }}
{{ __('admin/main.page_not_exist') }}
{{ __('admin/main.not_found_animation_desc') ?? 'An animation illustrating that the page was not found' }}