@vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles @if (File::exists(public_path() . '/css/app-custom.css')) @endif {{-- Include file for widgets if exist --}} @includeIf('sections.custom_script_customer')
@livewire('shopNavigation', ['restaurant' => $restaurant, 'shopBranch' => $shopBranch]) @livewire('shopDesktopNavigation', ['restaurant' => $restaurant, 'shopBranch' => $shopBranch])
@yield('content') {{ $slot ?? '' }}
@stack('modals') @livewireScripts @include('layouts.update-uri') @if ($restaurant->paymentGateways->razorpay_status) @endif @if ($restaurant->paymentGateways->epay_status) @php $isSandbox = $restaurant->paymentGateways->epay_mode === 'sandbox'; $epayJsUrl = $isSandbox ? 'https://test-epay.epayment.kz/payform/payment-api.js' : 'https://epay.homebank.kz/payform/payment-api.js'; @endphp @endif @if ($restaurant->paymentGateways->stripe_status) @endif @include('sections.pusher-script') @stack('scripts')