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

ธนาคารระบบ

{{ MyNotify::get() }}
@php($i = 1) @foreach ($banksys as $value) @endforeach
# แสดง สถานะ ประเภท ดึงยอด ธนาคาร ยอดเว็บ ยอดธนาคาร Actions
{{ $i++ }} @if ($value->isShow === 1) id/isShow") }}" class="badge rounded-pill badge-light-success me-1">แสดง @else id/isShow") }}" class="badge rounded-pill badge-light-danger me-1">ไม่แสดง @endif @if ($value->deleted_at === null) เปิดใช้งาน @else ปิดใช้งาน @endif @if ($value->bankType->type_id === 1) {{ $value->bankType->name }} @else {{ $value->bankType->name }} @endif @if ($value->spull === 'App') {{ $value->spull }} @endif @if ($value->spull === 'Web') {{ $value->spull }} @endif @if ($value->spull === 'Sms') {{ $value->spull }} @endif {{ $value->bankList->bank_abbrev_en . ' : ' . $value->bankList->bank_abbrev_th . ' - ' . $value->account_number . ' - ' . $value->name }} {{ number_format(\App\Helpers\DoReport::countTotalBankSys($value->id, $value->account_number), 2) }} {{ number_format($value->amount, 2) }}
@csrf @method('DELETE') @if ($value->deleted_at === null) @else @endif
@if ($banksys->hasPages()) @endif
{{-- Modal --}} {{-- Modal --}} @endsection @section('page.js') @endsection