{{ __('bookingproduct::app.admin.sales.bookings.title') }}
@php
$viewType = request()->view_type ?? "table";
@endphp
@if ($viewType == "table")
@include('bookingproduct::admin.sales.bookings.index.view-swither')
@else
@include('bookingproduct::admin.sales.bookings.index.calendar')
@endif