@extends('layouts.master') @section('content')

Manajemen Pembayaran

Transaksi Pembayaran

{{-- @csrf --}}
{{-- --}} {{-- --}} {{-- --}} @forelse($pembayaran as $row) {{-- --}} {{-- --}} @empty @endforelse
#No Tgl.Pembayaran Kode NIS & Nama Metode
Pembayaran
Total StatusTotal Produk#
{{ $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() }}
Data Tidak Ada
{{ $pembayaran->appends(['keyword' => request()->query('keyword')])->links() }}
@endsection @section('scripts') @if(session()->has('success')) @endif @if(session()->has('error')) @endif @endsection