@extends('layouts.app', ['class' => 'bg']) @section('content') @include('layouts.headers.guest')
@if (session('status'))
@endif @if(config('settings.is_show_credentials',false))





@if (config('app.isft'))



@endif @if (config('app.issd'))

@endif @if (config('settings.is_pos_cloud_mode'))

@endif @if (config('app.isloyalty'))







@endif
@endif
@if((config('app.isft')|| isset($_GET['showCreate']))&&(strlen(config('settings.google_client_id'))>3||strlen(config('settings.facebook_client_id'))>3))
{{ __('Sign in with') }}
@if (strlen(config('settings.google_client_id'))>3) Google @endif @if (strlen(config('settings.facebook_client_id'))>3) Facebook @endif
@endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if(config('app.isft') || isset($_GET['showCreate'])) @endif
@if (Route::has('password.request')) {{ __('Forgot password?') }} @endif
@endsection