@extends('website.layouts.app') @section('content') @include('website.components.header')

Restricted Area

Admin Console

Authorized administrators only. Session activity and access events are monitored.

Tip: Use your organization credentials to continue.

Administrator Login

Secure sign-in for admin users.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Need help?

Need a new account? Register here

@include('website.components.footer') @endsection