{{ __('Master Data - Potongan Biaya') }}

Filter Sekolah:
@if(request('school_id')) Reset @endif
+ Tambah Potongan
@forelse ($discounts as $index => $item) @empty @endforelse
No Nama Potongan Tipe Nilai Potongan Sekolah Aksi
{{ $discounts->firstItem() + $index }} {{ $item->name }} @if($item->type == 'NOMINAL') Nominal (Rp) @else Persentase (%) @endif @if($item->type == 'NOMINAL') Rp {{ number_format($item->value, 0, ',', '.') }} @else {{ $item->value }} % @endif {{ $item->school->name }}
Edit |
@csrf @method('DELETE')
Belum ada data potongan.
{{ $discounts->links() }}