@include('user.layouts.head') @include('user.layouts.notification')
wrapkit

@lang('Sign In')

@lang('Enter your email address and password to access admin panel.')

@csrf
@error('email'){{ $message }}@enderror
@error('password'){{ $message }}@enderror

@lang("Forgot Your Password?")

@lang("Don't have an account?") @lang('Sign Up')

@include('user.layouts.footer')