@extends('layouts.app') @section('title', 'Admin Login - MTPGA') @section('content')

Gate Admin Portal

Sign in to access gate scanner & attendance metrics

@csrf @if($errors->any())
{{ $errors->first() }}
@endif
@endsection