@extends('layouts.app') @section('content')

Super Admin Login

Access the system administration panel

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

Need regular access?

Go to Regular Login
@endsection