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

รายการแทง

{{-- --}} @foreach ($betHistory as $key => $item) @php $status = billStatus($item); @endphp {{-- --}} @endforeach
{{ lotteryName($item->country) }}
งวดวันที่: {{ THdatetime($item->lotteryRound->display_date) }}
{{ $status['text'] }}
เงินเดิมพัน
฿ {{ number_format($item->amount) }}
ถูกรางวัล
฿ {{ number_format(getWonAmount($item)) }}
{{ $item->bill_id }} {{ str_replace(' น.', '', THdatetime($item->created_at, 'datetime', 'short', 'short')) }} ไลน์ส่วนลด: {{ $item->commission_line ?? 'A' }}
@if ($item->cancellable) @endif
{{ $key + 1 }} {{ $item->bill_id }} {{ THdatetime($item->created_at) }} {{ number_format($item->amount, 2) }} {{ $status['text'] }} @if ($item->status < 2) @endif
@endsection @section('script') {{-- --}} {{-- --}} @endsection