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

Senarai Pembayaran

@foreach($payments as $payment) @endforeach
Koperasi Pakej Jumlah Resit Tindakan
{{ $payment->user->name ?? 'Koperasi' }} {{ ucfirst($payment->package->name) }} RM {{ number_format($payment->amount,2) }} @if($payment->receipt_path) Lihat Resit @endif
@csrf
@csrf
@endsection