@extends('layouts.app') @section('title', 'Notes - Jadwal Therapist') @push('styles') @endpush @section('content')
Jadwal & Catatan Therapist Momkind.id
| NO | TERAPIS | DOMISILI | TRANSPORTASI | JAM | @for($day = 1; $day <= $daysInMonth; $day++){{ $day }} | @endforAKSI |
|---|---|---|---|---|---|---|
| {{ $orderNo }} |
{{ $therapist->name }}
|
{{ $therapist->domicile }} | {{ $therapist->transportation }} | @endif
{{ $therapist->time_slot }}
@if($therapistGroup->count() > 1)
@endif
|
@for($day = 1; $day <= $daysInMonth; $day++)
@php
$scheduleDate = \Carbon\Carbon::create($year, $month, $day);
$entry = $therapist->getScheduleEntry($scheduleDate);
$bgColor = $entry ? $entry->bg_color : '#ffffff';
$content = $entry ? $entry->content : '';
@endphp
id }}, @js($scheduleDate->format('Y-m-d')), @js($content), @js($bgColor))">
{!! nl2br(e($content)) !!}
|
@endfor
@if($index === 0)
|
@endif
Belum ada catatan
{!! nl2br(e($preview)) !!}