@section('title', __('auth/login.Login')) @push('style') @endpush @push('script') @endpush @lang('auth/login.BACK TO HOME PAGE') @lang('auth/login.Login') @csrf @lang('auth/login.Email') @error('email'){{ $message }}@enderror @lang('auth/login.Password') @error('password'){{ $message }}@enderror @lang('auth/login.Remember Me') @lang('auth/login.Forget password') @lang('auth/login.Login') @lang("auth/login.Don't have an account yet?") @lang('auth/login.Register Now') @if(session('emailSend')) @lang('auth/login.Check your email') @lang('auth/login.We have sent a password reset instructions to'): {{session('email')}} @lang("auth/login.If you don't recieve mail, please check spam folder.") @lang('auth/login.Need help?') @lang('auth/login.Contact us') @endif