@extends($activeTemplate . 'layouts.frontend') @section('content') @php $loginCaption = getContent('login.content', true); @endphp {{ __($loginCaption->data_values->heading) }} @csrf @lang('Username or Email') @lang('Password') @lang('Remember Me') @lang('Login Now') @lang('Forget your password?') @lang('Reset password') @php $credentials = $general->socialite_credentials; @endphp @if ($credentials->google->status == Status::ENABLE || $credentials->facebook->status == Status::ENABLE || $credentials->linkedin->status == Status::ENABLE) @lang('Or Login with') @if ($credentials->google->status == Status::ENABLE) @lang('Google') @endif @if ($credentials->facebook->status == Status::ENABLE) @lang('Facebook') @endif @if ($credentials->linkedin->status == Status::ENABLE) @lang('Linkedin') @endif @endif @endsection @push('style') @endpush
@lang('Forget your password?') @lang('Reset password')
@lang('Or Login with')