@extends('layouts.header_dashboard_keuangan') @section('title', 'Pembayaran') @section('content')

Pembayaran

@php $students = [ ['name' => 'Budi A ..', 'amount' => '4.000.000'], ['name' => 'Andi', 'amount' => '4.000.000'], ['name' => 'Yanto', 'amount' => '4.000.000'], ['name' => 'Ratna', 'amount' => '4.000.000'], ['name' => 'Yanti', 'amount' => '4.000.000'], ['name' => 'Arjo', 'amount' => '4.000.000'], ['name' => 'Stya', 'amount' => '4.000.000'], ['name' => 'Adi', 'amount' => '4.000.000'], ['name' => 'Andi', 'amount' => '4.000.000'], ]; @endphp @foreach($students as $student)
{{ $student['name'] }}
Angkatan: IV
A2
Jumlah Pembayaran: Rp {{ $student['amount'] }}
Biaya Pendaftaran
@endforeach
Previous
1 2 3 ... 67 68
Next
50 / Halaman
@endsection