@if ($errors->any())
@endif
@if (session('success'))
@endif
{{-- edit --}}
@if ($payment_method->count())
| # |
ឈ្មោះធនាគា |
លេខធនាគា |
QR-Code |
លេខទូរស័ព្ទ |
ស្ថានភាព |
សកម្មភាព |
@foreach ($payment_method as $index => $payment_methods)
| {{ $index + 1 }} |
{{ $payment_methods->name_bank }} |
{{ $payment_methods->number_bank }} |
 }}) |
{{ $payment_methods->phone_number }} |
{{ ucfirst($payment_methods->status) }} |
|
@endforeach
@else
មិនមានទិន្នន័យទេ។
@endif
@endsection