@extends('admin.layouts.guest') @section('title', 'Super Admin Login') @section('content')

Super Admin

Sign in to manage your platform

@if ($errors->any()) @endif @if (session('error')) @endif
@csrf
Forgot password?

Protected by enterprise-grade security

@endsection