بيانات أساسية
العام الدراسي: {{ $group->academicYear->year ?? 'تأسيس مستقل' }}
الكنيسة: {{ $group->church->name }} {{ $group->church->address ? '(' . $group->church->address . ')' : '' }}
المادة: {{ $group->subject->name }}
المدرس: {{ $group->teacher?->title }} {{ $group->teacher?->name }}
المراحل المسموحة بالتسجيل:
@if(!empty($group->allowed_stages_models_attribute))
@foreach($group->allowed_stages_models_attribute as $stageModel)
{{ $stageModel->name }}
@endforeach
@else
كل المراحل مسموحة
@endif
@if ( $group->whatsapp_link )
@endif
المواعيد
تاريخ البدء: {{ $group->start_date }}
اليوم: {{ $group->day_name }}
من: {{ $group->start_time_formatted }} إلى: {{ $group->end_time_formatted }}
التفاصيل المالية
الحد الأقصى للطلاب: {{ $group->max_students }}
نظام الاشتراك: {{ $group->subscription_type === 'monthly' ? 'بالشهر' : 'بالحصة' }}
اشتراك الطالب:
{{$group->market_fee ?? ''}}
({{ $group->student_fee . ' ج م' ?? 'غير محدد' }}) {{ $group->subscription_type === 'monthly' ? 'للشهر' : 'للحصة' }}
أجر المدرس: {{ $group->teacher_fee }}
نظام الحساب: {{ $group->payment_type === 'per_student' ? 'بالطالب' : 'بالمجموعة' }}
الحالة وإجراءات الإدارة
@if($group->notes)
ملاحظات: {{ $group->notes }}
@endif
@canany(['group.edit', 'group.delete'])
@canany(['group.edit'])
تعديل البيانات
@endcan
@canany(['group.delete'])
@endcanany
@canany(['group.delete'])
@endcanany
@endcanany