Daftar Tarif Tes Daftar Tarif Tes Master Laboratorium @can('master.laboratorium.data-tarif-lab.create') @endcan @can('master.laboratorium.data-tarif-lab.delete') @endcan
@if ($selectPage) @endif @forelse ($prices as $price) @empty @endforelse
Perusahaan Kontrak Keterangan
@unless ($selectAll)
Anda telah memilih {{ $prices->count() }} tarif tes, apakah Anda mau memilih semua {{ $prices->total() }} tarif tes?
@else Anda sekarang memilih semua {{ $prices->total() }} tarif tes. @endif
{{ optional($price->company)->name ?? '-' }} {{ optional($price->company)->contract ?? '-' }}
{{ optional($price->company->start_date)->format('d/m/Y') ?? '-' }} - {{ optional($price->company->end_date)->format('d/m/Y') ?? '-' }}
{{ $price->information ?? '-' }}
@can('master.laboratorium.data-tarif-lab.edit') Sunting @endcan
{{ $prices->links() }}