@extends('front.themes.'.env('THEME', 'theme-01').'.layout') @section('content') {{ __("Login") }} {{ __("Register") }} {{ __("LOGIN NOW") }} @include('includes.admin.form-login') {{ csrf_field() }} {{ __("Remember Password") }} {{ __("Forgot Password?") }} {{ __("Login") }} @if(App\Models\Socialsetting::find(1)->f_check == 1 || App\Models\Socialsetting::find(1)->g_check == 1) {{ __("Or") }} {{ __("Sign In with social media") }} @if(App\Models\Socialsetting::find(1)->f_check == 1) @endif @if(App\Models\Socialsetting::find(1)->g_check == 1) @endif @endif {{ __("Signup Now") }} @include('includes.admin.form-login') {{ csrf_field() }} @if($gs->is_capcha == 1) @endif @php $url = $gs->privacy_policy ? true : false; $url_terms = $gs->crow_policy ? true : false; @endphp Concordo com a PolĂtica de Privacidade e os Termos de Uso. {{ __("Register") }} @endsection @section('scripts') @endsection
{{ __("Sign In with social media") }}