Организации
@can('create', App\Models\Organization::class) @endcan
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
| ID | Название | INN/KPP | Пользователей | Групп | Курсов | Статус | Действия | |
|---|---|---|---|---|---|---|---|---|
| {{ $org->id }} | {{ $org->name }} |
@if($org->inn)
{{ $org->inn }}
@if($org->kpp) {{ $org->kpp }}@endif @else — @endif |
{{ $org->email ?? '—' }} | {{ $org->users_count }} | {{ $org->groups_count }} | {{ $org->courses_count ?? 0 }} | @if($org->is_active) Активна @else Не активна @endif | |
|
Организаций пока нет |
||||||||
{{ $organizations->links() }}
@endif