@extends('layouts.app') @section('content')
Admin Login
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Forgot Password?

Don't have an account?Create One

@endsection