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

ADMIN LOGIN

Enter your Email and Password For Login
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection