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

Admin Portal

Sign in to manage your application store

@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@endsection