@extends('layouts.app') @section('title', '404 Not Found – DAV College Portal') @section('content')
{{-- Icon --}}

Page Not Found

Error Code 404

{{ $message ?? 'The page you are looking for could not be found. It may have been moved, deleted, or never existed.' }}

{{-- What you can still do --}}

Suggestions:

  • Check the URL for any typos
  • Go back to the public portal
  • Try logging in to the admin panel
@endsection