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