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

บัญชี True Wallet

{{ MyNotify::get() }}
@php($i = 1) @foreach ($banksys as $value) @endforeach
# สถานะ ประเภท ดึงยอด ธนาคาร ธนาคารพัก ยอดเว็บ ยอดธนาคาร Actions
{{ $i++ }} @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 }} @if ($value->bank_rest_id) {{ $value->bankRest->bankList->bank_abbrev_en . ' : ' . $value->bankRest->bankList->bank_abbrev_th . ' - ' . $value->bankRest->account_number . ' - ' . $value->bankRest->name }} @endif {{ \App\Helpers\DoReport::countTotalBankSys($value->id, $value->account_number) }} {{ $value->amount }}
@csrf @method('DELETE') @if ($value->deleted_at === null) @else @endif
@if ($banksys->hasPages()) @endif
{{-- Modal --}} {{-- Modal --}} @endsection @section('page.js') @endsection