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

Admin Login

Sign in to access the admin dashboard

@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@if (Route::has('password.request')) @endif
@endsection