|
|
|
|
|
||||||
|---|---|---|---|---|---|---|---|---|---|
|
@unless ($selectAll)
Anda telah memilih {{ $texts->count() }} organisasi, apakah
Anda mau memilih semua {{ $texts->total() }} organisasi?
@else
Anda sekarang memilih semua
{{ $texts->total() }} organisasi.
@endif
|
|||||||||
|
|
{{ $text->name ?? '-' }} | {{ ucwords($text->type) ?? '-' }} | {{ $text->ihs_id ? 'sync' : 'async' }} |
@can('ihs.organisasi.edit')
Sunting
@endcan
|
|||||