@extends('errors._layout') @section('title', '404 — Page not found') @section('code', '404') @section('codeLabel', 'Error code 404') @section('headline', "This page doesn't exist") @section('body')

The link might be broken, or the page may have moved. Head back home and try again.

@endsection @section('actions') @auth Go to dashboard Visit homepage @else Visit homepage Sign in @endauth @endsection @section('signature') {{ config('app.name', 'RankWizAI') }} is a small operation. If you got here from a link inside the app, reply with the URL — I'll fix it. @endsection