@if ($manageCommercialMonth)
@include('admin.partials.topbar-navigation', ['cancelOnly' => '#cancelManageCommercialMonthButton'])
@endif
@if ($manageCommercialMonth)
@endif
@if ($manageCommercialMonth)
@endif
@if (count($appointments) == 0)
@else
@foreach ($appointments as $datas)
@endforeach
@if ($showLoadMoreBtn && !$manageCommercialMonth)
@endif
@endif
@if ($modalOpen)
{{ $modalTitle }}
@if ($appointmentToShow->isBooked())
@endif
@livewire('appointment-user', ['appointment' => $appointmentToShow])
@livewire('appointments.into-booking', ['appointment' => $appointmentToShow])
@if (!empty($toDelete))
@endif
@endif
@if ($showModalFilters)
{{ trans('Filters') }}
@endif