@extends('layouts.app') @section('contents')

ธนาคารลูกค้า

{{ MyNotify::get() }}
@foreach ($customer->bankcust as $value) @endforeach
# สถานะ ธนาคาร เลขบัญชี ชื่อบัญชี สร้างเมื่อ action
{{ $value->id }} @if ($value->deleted_at === null) เปิดใช้งาน @else ปิดใช้งาน @endif {{ $value->bankList->bank_abbrev_en . ' : ' . $value->bankList->bank_abbrev_th }} {{ $value->number }} {{ $customer->f_name . ' ' . $customer->l_name }} {{ $value->created_at }} @if ($value->deleted_at)
@csrf @method('DELETE')
@endif
{{-- Store Modal --}} {{-- Update Modal --}} @endsection @section('page.js') @endsection