|
|
|
|
Alamat | Contact Person | Keterangan |
|
|||
|---|---|---|---|---|---|---|---|---|---|
|
@unless ($selectAll)
Anda telah memilih {{ $distributors->count() }} distributor, apakah Anda mau memilih semua {{ $distributors->total() }} distributor?
@else
Anda sekarang memilih semua {{ $distributors->total() }} distributor.
@endif
|
|||||||||
|
|
{{ $distributor->name ?? '-' }} | {{ $distributor->phone_number ?? '-' }} | {{ $distributor->address ?? '-' }} | {{ $distributor->contact_person ?? '-' }} | {{ $distributor->information == '' ? '-' : $distributor->information }} | {{ $distributor->is_active ? 'aktif' : 'nonaktif' }} |
@can('master.data-distributor.edit')
Sunting
@endcan
|
||