@extends('dashboard.base')
@section('content')
@include('dashboard.shared.alert')
| No |
Jenis Potongan |
Institusi |
Deskripsi |
|
@foreach($potongans as $potongan)
| {{ $loop->iteration }} |
{{ $potongan->name }} |
{{ $potongan->institution_name ?? '-' }} |
{{ $potongan->desc ?? '-' }} |
|
@endforeach
@endsection
@section('javascript')
@endsection