|
|
|
|
|
|
|
|
|||
|---|---|---|---|---|---|---|---|---|---|
|
@unless ($selectAll)
Anda telah memilih {{ $companies->count() }} perusahaan, apakah Anda mau memilih semua {{ $companies->total() }} perusahaan?
@else
Anda sekarang memilih semua {{ $companies->total() }} perusahaan.
@endif
|
|||||||||
|
|
{{ $company->name ?? '-' }}
|
{{ $company->contract ?? '-' }} | {{ $company->responsible_person ?? '-' }} | {{ $company->category ?? '-' }} | {{ $company->default_discount ?? '0' }}% | {{ $company->is_active ? 'aktif' : 'nonaktif' }} |
@can('master.data-perusahaan.edit')
Sunting
@endcan
|
||