@session('status')
{{ $value }}
@endsession
@csrf
@lang('auth.areYouNew', ['appName' => global_setting()->name]) @lang('auth.createAccount')
{{ __('app.login') }}
@if(!module_enabled('Subdomain') && !global_setting()->disable_landing_site) @endif
@if (languages()->count() > 1)
@livewire('shop.languageSwitcher')
@endif