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

Admin Login

@if($errors->any())
{{$errors->first()}}
@endif
@endsection