@include('layouts.shared.title-meta', ['title' => "Log In"]) @include('layouts.shared.head-css')

Enter your email address and password to access admin panel.

@csrf
@if($errors->has('email')) {{ $errors->first('email') }} @endif
Forgot your password?
@if($errors->has('password')) {{ $errors->first('password') }} @endif
Sign in with

Forgot your password?

Don't have an account? Sign Up

@include('layouts.shared.footer-script')