getLocale() === 'ar') dir="rtl" @endif> @inject('request', 'Illuminate\Http\Request') @if ($errors->has('shift'))
@endif @php $username = old('username'); $password = null; if (config('app.env') == 'demo') { $username = 'admin'; $password = '123456'; $demo_types = [ 'all_in_one' => 'admin', 'super_market' => 'admin', 'pharmacy' => 'admin-pharmacy', 'electronics' => 'admin-electronics', 'services' => 'admin-services', 'restaurant' => 'admin-restaurant', 'superadmin' => 'superadmin', 'woocommerce' => 'woocommerce_user', 'essentials' => 'admin-essentials', 'manufacturing' => 'manufacturer-demo', ]; if (!empty($_GET['demo_type']) && array_key_exists($_GET['demo_type'], $demo_types)) { $username = $demo_types[$_GET['demo_type']]; } } @endphp @php $isRtl = app()->getLocale() === 'ar'; @endphp
@if (config('constants.SHOW_REPAIR_STATUS_LOGIN_SCREEN') && Route::has('repair-status')) @lang('repair::lang.repair_status') @endif @if (Route::has('member_scanner')) @lang('gym::lang.gym_member_profile') @endif
@if (!($request->segment(1) == 'business' && $request->segment(2) == 'register')) @if (config('constants.allow_registration')) {{ __('business.register') }} @if (Route::has('pricing') && config('app.env') != 'demo') @lang('superadmin::lang.pricing') @endif @endif @endif @if ($request->segment(1) != 'login') {{ __('business.sign_in') }} @endif
@php $isRtl = app()->getLocale() === 'ar'; @endphp
{{ isset($_GET['lang']) ? config('constants.langs')[$_GET['lang']]['full_name'] : config('constants.langs')[config('app.locale')]['full_name'] }}
{{ csrf_field() }}
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if (config('app.env') != 'demo') @lang('lang_v1.forgot_your_password') @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if (config('constants.enable_recaptcha'))
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@endif
@if (config('constants.allow_registration')) @endif
@include('layouts.partials.javascripts')