|
|
|
|
|
|
|||||
|---|---|---|---|---|---|---|---|---|---|
|
@unless ($selectAll)
Anda telah memilih {{ $discounts->count() }} perawat, apakah Anda mau memilih semua {{ $discounts->total() }} perawat?
@else
Anda sekarang memilih semua {{ $discounts->total() }} perawat.
@endif
|
|||||||||
|
|
{{ $discount->name }} | {{ $discount->value ?? '-' }}% | {{ $discount->start_date->format('d F Y') ?? '-' }} - {{ $discount->end_date->format('d F Y') ?? '-' }} | {{ $discount->is_active ? 'aktif' : 'nonaktif' }} |
@can('master.data-diskon.edit')
Sunting
@endcan
|
||||