EventBookings
Shopify Integration
@if(session('shop_domain'))
{{ session('shop_domain') }}
@csrf
Logout
@endif
@hasSection('navigation')
@yield('navigation')
@endif @if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif @yield('content')
@stack('scripts')