AGENDA
27 Februari 2025/ 26 Rajab 1446 H
09.10
TANGGAL
WAKTU
KEGIATAN
LOKASI
KETERANGAN
@php $first = true; @endphp @foreach ($schedules as $schedule)
@if ($first)
1 Hari 13 Jam 37 Menit lagi
{{ $schedule['date'] }}
{{ $schedule['hijri_date'] }}
@else
{{ $schedule['date'] }}
{{ $schedule['hijri_date'] }}
@endif
{{ $schedule['time'] }}
{{ $schedule['activity'] }}
{{ $schedule['location'] }}
@if ($first)
{{ $schedule['description'] }}
@php $first = false; @endphp @else
{{ $schedule['description'] }}
@endif @php $first = false; @endphp
@endforeach