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

ประเภทธนาคาร

{{ MyNotify::get() }}
@php($i = 1) @foreach ($bank_types as $value) @endforeach
# ประเภท ชื่อประเภท รายงานเริ่มต้น รายงานสิ้นสุด สร้างเมื่อ Actions
{{ $i++ }} @if ($value->type_id === 1) ฝาก @else ถอน @endif {{ $value->name }} {{ number_format($value->start) }} {{ number_format($value->end) }} {{ $value->created_at }}
@csrf @method('DELETE')
@if ($bank_types->hasPages()) @endif
{{-- Modal --}} {{-- Modal --}} @endsection @section('page.js') @endsection