@extends('frontend.layouts.master') @section('meta_title', 'Login'. ' || ' . $setting->app_name) @section('contents') {{ __('Welcome back!') }} {{ __('Hey there! Ready to log in? Just enter your email and password below and you will be back in action in no time. Lets go!') }} @if($setting->google_login_status == 'active') {{ __('Continue with google') }} {{ __('or') }} @endif @csrf {{ __('Email') }} * {{ __('Password') }} * {{ __('Remember me') }} {{ __('Forgot Password?') }} @if (Cache::get('setting')->recaptcha_status === 'active') @endif {{ __('Sign In') }} {{ __('Dont have an account?') }}{{ __('Sign Up') }} @endsection
{{ __('Hey there! Ready to log in? Just enter your email and password below and you will be back in action in no time. Lets go!') }}
*
{{ __('Dont have an account?') }}{{ __('Sign Up') }}