@extends('layouts.frontendProfile') @section('profile-content')

รายการธุรกรรมของคุณ

{{-- --}} @php $i = 0 @endphp @foreach ($wallet as $key => $item) {{-- --}} @endforeach
ลำดับ ประเภท จำนวนสถานะรายละเอียด เวลา
{{ ++$i }} {{ $item->amount > 0 ? 'ฝากเงิน' : 'ถอนเงิน' }} {{ number_format($item->amount, 2) }} ฿ {{ $item->status == 1 ? 'สำเร็จ' : ($item->amount < 0 && $item->transaction_id ? 'รอตรวจสอบ' : 'ไม่สำเร็จ') }} {{ $item->detail }} {{ TimeAgo($item->created_at) }}
@endsection @section('script') @endsection