@extends('layouts.app')
{{-- page title --}}
@section('title','Data Pembayaran')
{{-- vendor styles --}}
@section('vendor-styles')
@endsection
{{-- page styles --}}
@section('page-styles')
@endsection
@section('content')
Data Pembayaran
Id |
Tahun Pelajaran |
No. VA |
NIK |
Nama Siswa |
Kelas |
Bulan |
Note |
Jumlah Transaksi |
Jumlah Bayar |
Status |
Id |
Tahun Pelajaran |
No. VA |
NIK |
Nama Siswa |
Kelas |
Bulan |
Note |
Jumlah Transaksi |
Jumlah Bayar |
Status |
@endsection
{{-- vendor scripts --}}
@section('vendor-scripts')
@endsection
@section('page-scripts')
@endsection