{{ Session::get('success') }}
@endif
@if ($errors->any())
{!! implode(
'',
$errors->all('
:message
'),
) !!}
@endif
{{-- search --}}
Menampilkan data dari {{ $page_detail['awal'] }} sampai
{{ $page_detail['end'] }} dengan total
{{ $page_detail['total'] }} data
{{ $prodis->links('pagination::bootstrap-4') }}
@else
{{-- filter --}}
{{-- tambah data --}}
{{-- table --}}
@if (request('fakultas'))
No | Nama Prodi | Biaya Pendaftaran | Aksi |
---|---|---|---|
{{ $index + 1 + ($page_detail['page'] - 1) * $page_detail['per_page'] }} | {{ $prodi->name }} | Rp{{ number_format($prodi->biaya_daftar, 0, ',', '.') }} |
Pilih fakultas terlebih dahulu
@endif