@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)
@foreach ($datas['list'] as $appointment) @php $host = $appointment->hasHost() ? $appointment->host() : null; @endphp
@if (!empty($appointment->name)) {{ $appointment->name }} @endif {{ $appointment->getTimeRange() }} @if ($appointment->type == 1) {{ trans('In person') }} @else {{ trans('Virtual') }} @endif @if ($appointment->draft) {{ trans('Draft') }} @endif @if (!is_null($host))
{{ $host->firstname }} {{ $host->lastname }} @if ($host->city) - {{ $host->city }} @endif @if ($host->zip_code) ({{ $host->zip_code }}) @endif
@endif
@endforeach
@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