Daftar Perusahaan Daftar Perusahaan Master @can('master.data-perusahaan.create') @endcan @can('master.data-perusahaan.delete') @endcan
@foreach (app_const('COMPANY_CATEGORIES') as $category) @endforeach
@if ($selectPage) @endif @forelse ($companies as $company) @empty @endforelse
@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
{{ $companies->links() }}