@include('backend.layouts.partials.style')
@include('backend.layouts.partials.message')
@csrf
Sign In
Hello there, Sign in and Welcome to our Elite Express
Email address
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Password
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Submit
Log in with
Log in with
@include('backend.layouts.partials.offset') @include('backend.layouts.partials.scripts')