@extends('layouts.master') @section('content')
@if ($errors->any()) @endif @if (session('success')) @endif {{-- Create Button & Search --}}
ការទូទាត់
@if ($payments->count()) @foreach ($payments as $index => $payment) {{-- Update Modal --}} @endforeach
# អតិថិជន មុខវិជ្ជា វិក័យបត្រទូទាត់ ថ្ងៃទិញ ស្ថានភាព សកម្មភាព
{{ $index + 1 }} {{ $payment->customer->username ?? 'N/A' }} {{ $payment->course->course_name ?? 'N/A' }} @if ($payment->pay_slip) @else N/A @endif {{ $payment->purchase_date }} {{ ucfirst($payment->payment_status) }}
@csrf @method('DELETE')
{{-- Pagination --}} @else
មិនមានទិន្នន័យទេ។
@endif
{{-- SweetAlert Delete --}} @endsection