@toastr_css
Admin Login
@csrf
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif {{--
Please fill in your email
--}}

{{-- --}} @if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
{{-- --}}
{{-- @jquery --}} @toastr_js @toastr_render