@php $backgroundImg = asset('assets/shop_login_img.png'); if($generaleSetting->shop_login_img && \Storage::exists($generaleSetting->shop_login_img)){ $backgroundImg = \Storage::url($generaleSetting->shop_login_img); } @endphp
{{-- thumbnail --}}
@if (app()->isLocal())
Powered by RazinSoft ©{{ date('Y') }} {{ config('app.version') }}
@endif

Welcome to {{ $generaleSetting?->name ?? config('app.name', 'Laravel') }}

Login To Shop


@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if ($GoogleReCaptcha?->is_active)
@error('g-recaptcha-response') {{ $message }} @enderror @endif @if (!app()->isLocal()) @endif @if (app()->isLocal())
Shop Credentials
Email: {{ config('app.demo_shop_email') }} Password: {{ config('app.demo_password') }}
Admin Credentials
Email: {{ config('app.demo_email') }} Password: {{ config('app.demo_password') }}
@endif
@if (session('successAlert')) @endif @if (session('error')) @endif