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

Admin Login

@if($errors->has('email'))

{{ $errors->first('email') }}

@endif
@csrf
@endsection