@toastr_css
Sub Admin Login
@csrf
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Please fill in your email
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
please fill in your password
@jquery @toastr_js @toastr_render