@if ($restaurant->meta_keyword)
@endif @if ($restaurant->meta_description)
@endif
{{ $restaurant->name }}
@vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles @if (File::exists(public_path() . '/css/app-custom.css'))
@endif
@livewire('shopNavigation', ['restaurant' => $restaurant, 'shopBranch' => $shopBranch]) @livewire('shopDesktopNavigation', ['restaurant' => $restaurant, 'shopBranch' => $shopBranch])
@yield('content') {{ $slot ?? '' }}
@stack('modals') @livewireScripts @include('layouts.update-uri')
@csrf
Credit or debit card
Submit Payment
@if ($restaurant->paymentGateways->stripe_status) @endif
@stack('scripts')