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

ธนาคารพัก

{{ MyNotify::get() }}
@php($i = 1) @foreach ($bank_rests as $value) @endforeach
# ธนาคาร สร้างเมื่อ Actions
{{ $i++ }} {{ $value->bankList->bank_abbrev_en . ' : ' . $value->bankList->bank_abbrev_th . ' - ' . $value->account_number . ' - ' . $value->name }} {{ $value->created_at }}
@csrf @method('DELETE')
@if ($bank_rests->hasPages()) @endif
{{-- Modal --}} {{-- Modal Update --}} @endsection @section('page.js') @endsection