@if(isset(request()->store['id']))@endif
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
@yield('title')
{{-- --}}
@if(config('ecom-auth.boostrap_css.'.lang()->list()->where('prefix',app()->getLocale())->first()->direction))@endif
{{----}}
{{--{{isset($title) ? $title : "Login"}}
--}}
@if(isset($withoutWrapper) && $withoutWrapper)
@yield('content')
@else
@endif
@if(request()->input('webview') == "true")
@endif
@yield('scripts')
{{--@if(isset(request()->store['scripts']))--}}
{{-- {!! request()->store['scripts'] !!}--}}
{{--@endif--}}
{{--{{ ecom('notifications')->showPopup() }}--}}
{{--{{ gtag()->track() }}--}}