@if(settings(SITE_LOGO))
@else
@endif
{{__('Enter your email address and password to access admin panel.')}}
@csrf
{{__('Email address')}}
@error('email')
{{ $message }}
@enderror
{{__('Password')}}
@error('password')
{{ $message }}
@enderror
{{__('Log In')}}
{{--
--}} {{--
--}} {{--
Forgot your password?
--}} {{--
--}} {{--
--}}