|
|
Perusahaan | Kontrak | Keterangan | @if ($selectPage) | |||||
|---|---|---|---|---|---|---|---|---|---|
|
@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
|
|||||