Daftar Distributor Daftar Distributor Master @can('master.data-distributor.create') @endcan @can('master.data-distributor.delete') @endcan
@if ($selectPage) @endif @forelse ($distributors as $distributor) @empty @endforelse
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
{{ $distributors->links() }}