| ID |
Название |
ОГРН/ИНН |
Телефон |
Контактное лицо |
Статус |
Действия |
@forelse($organizations as $org)
| {{ $org->id }} |
{{ $org->name }}
@if($org->email)
{{ $org->email }}
@endif
|
@if($org->ogrn) ОГРН: {{ $org->ogrn }} @endif
@if($org->inn) ИНН: {{ $org->inn }}@endif
|
{{ $org->phone ?? '-' }} |
{{ $org->contact_person ?? '-' }} |
{{ $org->is_active ? 'Активна' : 'Неактивна' }}
|
|
@empty
| Нет организаций |
@endforelse
{{ $organizations->links() }}