@if(config('app.env') == 'production') @endif @if(config('app.env') == 'production') @endif @stack('styles') @php $customerCountryCode = request()->headers->has('cloudfront-viewer-country') ? request()->header('cloudfront-viewer-country') : 'AR'; $paymentMethod = config("payments.country_payment_method.{$customerCountryCode}"); if(is_null($paymentMethod)){ $paymentMethod = config("payments.default_payment_method"); } @endphp @if($paymentMethod == 'mercadopago') @endif @if($paymentMethod == 'stripe') @endif @stack('scripts')
@if(!isset($hideSidebar) || (isset($hideSidebar) && !$hideSidebar))
@endif {{ $slot }}
@livewireScripts @if(session('newLogin')) @endif