@extends('layouts.app') @section('contents')
{{ MyNotify::get() }}
@php($i = 1) @foreach ($reports as $value) @endforeach
# วันที่/เวลา สถานะ ประเภท ลูกค้า ธนาคาร ยอดเงิน โปร เครดิต ก่อนทำ หลังทำ โดย
{{ $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->bankSys->account_number }} - {{ $value->bankSys->name }}

@endif
{{ $value->amount }} ({{ $value->bonus }}) {{ $value->promotion ? $value->promotion->name : 'ไม่รับโปร (-)' }} {{ $value->credit }} {{ $value->before }} {{ $value->after }} {{ $value->user->name }}
# วันที่/เวลา สถานะ ประเภท ลูกค้า ธนาคาร ยอดเงิน โปร เครดิต ก่อนทำ หลังทำ โดย
@endsection @section('head.vendor.css') @endsection @section('page.js') @endsection