@if ($prev_week)
@endif {{ $date_range_title }} @if ($next_week)
@endif
@if ($calendar) @foreach ($calendar as $day) @if ( !empty ( array_filter($day['sessions'] ) ) ) @php $no_of_groups = ceil( count( $day['sessions'] ) / 8 ); $session_chunks = array_chunk( $day['sessions'], 8 ); @endphp @else @php $no_of_groups = 1; @endphp @endif @if ( $no_of_groups == 1 ) @if ( !empty ( array_filter($day['sessions'] ) ) ) @foreach ( $day['sessions'] as $session ) @endforeach @endif @else @foreach ( $session_chunks as $chunck ) @foreach ($chunck as $session) @endforeach @endforeach @endif @endforeach @endif
{{ $day['day'] }}
{{ $day['date'] }}
@php $rand = rand(0, 9999); @endphp
{{ $day['day'] }}
{{ $day['date'] }}
@php $rand = rand(0, 9999); @endphp