@php $timezone = $room->getTimezone(); @endphp @foreach($reservation->events as $event) @php $startInTimezone = $event->start->copy()->setTimezone($timezone); $endInTimezone = $event->end->copy()->setTimezone($timezone); @endphp @endforeach
Début Fin Options Prix
{{ $startInTimezone->format('d.m.Y - H:i') }} {{ $endInTimezone->format('d.m.Y - H:i') }} {{ $event->price_label }} {{ currency($event->price, $owner) }}