@extends('layouts.master')
@section('content')
Manajemen Pembayaran
{{ $pembayaran->appends(['keyword' => request()->query('keyword')])->links() }}
{{--
@forelse($pembayaran as $row)
# --}}
No
Tgl.Pembayaran
Kode
NIS & Nama
Metode
PembayaranTotal
Status
{{-- Total Produk --}}
{{-- # --}}
{{--
@empty
--}}
{{ $loop->iteration }}
{{$row->created_at}}
{{ $row->kode_pembayaran }}
{{ @$row->siswa->nis }} -
{{ @$row->siswa->kelas->nama_kelas }}
{{ @$row->siswa->nama_lengkap }}
{{ $row->metode_pembayaran }}
Rp.{{ number_format($row->total) }}
@if ($row->status === "settlement" || $row->status === "Success")
Settlement
@endif
@if ($row->status === "expire")
Expire
@endif
@if ($row->status === "pending")
Pending
@endif
@if ($row->status === "cancel")
Cancel
@endif
{{-- {{$row->produk->count() }} --}}
@endforelse
Data Tidak Ada