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

Manajemen Pembayaran

Riwayat Pembayaran

{{-- @csrf --}}
{{-- --}} {{-- --}} {{-- --}} @forelse($pembayaran as $row) {{-- --}} {{-- --}} {{-- --}} @empty @endforelse
#No Kode Tgl.Pembayaran Metode Pembayaran TotalpayloadStatus#
{{ $loop->iteration }} {{ $row->kode_pembayaran }} {{$row->created_at}} {{ $row->created_at }}{{ $row->metode_pembayaran }} Rp.{{ number_format($row->total) }} @if (!empty($row->pembayaran_detail)) {{ $row->pembayaran_detail }} @endif @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
Data Tidak Ada
{{ $pembayaran->appends(['keyword' => request()->query('keyword')])->links() }}
@endsection @section('scripts') @if(session()->has('success')) @endif @if(session()->has('error')) @endif @endsection