@extends('layouts.frontend-member') @section('title', __('message.my account')) @section('content')

รายละเอียดกระเป๋าสตางค์

    @forelse ($listDepositWidraws as $index => $listDeposWitidraw)
  • @if ($listDeposWitidraw->cash_type == 'cash_in')
    ธุรกรรม -{{ number_format($listDeposWitidraw->amount, 2) }} {{ $setting_->currency_name }}
    เงินสดเข้า {{-- วันครบกำหนด : 180s --}}
    {{ $listDeposWitidraw->created_at->format('d/m/Y H:i') }}
    @else
    ธุรกรรม -{{ number_format($listDeposWitidraw->amount, 2) }} {{ $setting_->currency_name }}
    เงินออก {{-- วันครบกำหนด : 180s --}}
    {{ $listDeposWitidraw->created_at->format('d/m/Y H:i') }}
    @endif
  • @empty
    ไม่มีรายการบันทึก
    @endforelse
{{--
  • หยุดกำไรขาดทุน 0.00 ฿
    2024-01-04 23:39:05
  • ไม่มีรายการบันทึก
--}}
@endsection