@extends('layouts.app') @section('contents')
# | วันที่/เวลา | สถานะ | ประเภท | ลูกค้า | ธนาคาร | ยอดเงิน | โปร | เครดิต | ก่อนทำ | หลังทำ | โดย |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $i++ }} | {{ $value->created_at }} | {!! App\Helpers\DoReport::reportStatus($value->status_id) !!} | {!! App\Helpers\DoReport::reportType($value->type_id) !!} |
{{ $value->customer->f_name . ' ' . $value->customer->l_name }} {{ $value->customer->game_username }} |
@if ($value->bankSys !== null)
![]()
{{ $value->bankSys->bankList->bank_abbrev_en . ' : ' . $value->bankSys->bankList->bank_abbrev_th }}
|
{{ $value->amount }} ({{ $value->bonus }}) | {{ $value->promotion ? $value->promotion->name : 'ไม่รับโปร (-)' }} | {{ $value->credit }} | {{ $value->before }} | {{ $value->after }} | {{ $value->user->name }} |
# | วันที่/เวลา | สถานะ | ประเภท | ลูกค้า | ธนาคาร | ยอดเงิน | โปร | เครดิต | ก่อนทำ | หลังทำ | โดย |