@section('title', 'Login') @extends('layouts.app') @section('content')
@if ($social->google_on_off ?? '' == 'on') @endif
{{ trans('site.login.show-password') }}
@csrf

{{ trans('site.login.registration-info') }} {{ trans('site.login.registration-link') }}

Forgot password?

{{ trans('site.Version') }} {{ getLogo()['version'] }}
@if(!empty($social->emailCleaner))
Give it a shot. Validate an email address!
@csrf
@else
Logo
@endif
@include('auth.terms-and-conditions-privacy-modal') @endsection