اختر يومًا لجدولة التصوير وإضافة التفاصيل
| {{ $label }} | @endforeach
|---|
|
@php
$cellStyle = '';
if ($isToday) {
$cellStyle = 'background:rgb(10,46,115);color:white;font-weight:800;box-shadow:0 10px 15px -3px rgba(10,46,115,0.3)';
} elseif ($hasLectures) {
$cellStyle = 'background:rgba(59,130,246,0.9);color:white;font-weight:700;box-shadow:0 4px 6px -1px rgba(59,130,246,0.2)';
} elseif ($isDisabled) {
$cellStyle = 'background:rgba(255,255,255,0.08);color:rgba(255,255,255,0.3);font-weight:400';
} else {
$cellStyle = 'color:white;font-weight:600';
}
@endphp
@if(!$isDisabled)
{{ $cell['day'] }}
@if ($hasLectures)
{{ $count }} {{ $count === 1 ? 'محاضرة' : 'محاضرات' }}
@endif
|
@endforeach
اختر ساعة للجدولة
|
@if ($hour)
{{ $hour }}:00
@if ($hasLectures)
{{ $count }} {{ $count === 1 ? 'محاضرة' : 'محاضرات' }}
@endif
@endif
|
@endfor
{{ count($detailLectures) }} {{ count($detailLectures) === 1 ? 'محاضرة' : 'محاضرات' }}
لا توجد محاضرات
أضف محاضرة باستخدام النموذج أعلاه