Sign-In
Access the admin panel using your email and Password.
@csrf
Email Or Mobile No.
@error('login')
{{ $message }}
@enderror
Password
@error('password')
{{ $message }}
@enderror
Sign in
@if(Session::has('msg')) @switch(Session::get('status')) @case('success') @break @case('error') @break @endswitch @endif