@extends('layouts.vertical', ['pageTitle' => __('Error Pages'),'extraClass' => 'hide-page-header d-flex justify-content-center align-items-center position-relative']) @section('content')

ERROR 404 {{ __('Our AI servers are overloaded!') }}

{{ __('We are sorry, but the page you are looking for does not exist.') }}

@endsection @section('scripts') @endsection