@extends('layouts.landing_page.master') @section('title', __('Login')) @push('styles') @endpush @section('content') {{ __('Sign In') }} @if($isLogin == "Yes") {{ __('Email Or Username') }} {{ __('Password') }} @if ($loginDays == "Yes") {{ __('Remember Me') }} @endif {{ __('Forgot Your Password?') }} {{ __('Sign In') }} {{ __('Don’t Have An Account?') }} {{ __('Sign Up') }} @else {{__('Too many failed login attempts')}}. {{__('You have exceeded your login attempt. The system will now closed')}}. {{__('Contact your system administrator about your login status')}}. {{__('Too many failed login attempts')}} Time remaining: @endif {{__('Too many failed login attempts')}}. {{__('You have exceeded your login attempt. The system will now closed')}}. {{__('Contact your system administrator about your login status')}}. @endsection @push('scripts') @endpush
{{ __('Don’t Have An Account?') }} {{ __('Sign Up') }}
{{__('You have exceeded your login attempt. The system will now closed')}}.
{{__('Contact your system administrator about your login status')}}.