| NO | TERAPIS | DOMISILI | TRANSPORT | JAM | @for($day = 1; $day <= $daysInMonth; $day++){{ $day }} | @endfor
|---|---|---|---|---|---|
| {{ $orderNo }} | {{ $therapist->name }} | {{ $therapist->domicile }} | {{ $therapist->transportation }} | @endif{{ $therapist->time_slot }} | @for($day = 1; $day <= $daysInMonth; $day++) @php $scheduleDate = \Carbon\Carbon::create($date->year, $date->month, $day); $entry = $therapist->getScheduleEntry($scheduleDate); $bgColor = $entry ? $entry->bg_color : '#ffffff'; $content = $entry ? $entry->content : ''; @endphp{{ $content }} | @endfor