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