Назначения курсов
Добавить назначение{{ session('success') }}
@endif
| Курс | Период | Действия | |||
|---|---|---|---|---|---|
| {{ $group->course->title }} |
{{ $group->start_date->format('d.m.Y') }}
@if($group->end_date)
→ {{ $group->end_date->format('d.m.Y') }} @endif |
@if($group->individual_count > 0) {{ $group->individual_count }} @else — @endif | @if($group->group_count > 0) {{ $group->group_count }} @else — @endif | @if($group->organization_count > 0) {{ $group->organization_count }} @else — @endif | |
|
Назначений пока нет |
|||||