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