@extends('layouts.app') @section('head.vendor.css') @endsection @section('head.page.css') @endsection @section('contents')

ถอนเงินลูกค้า

{{ MyNotify::get() }}

@if (count($customers)) @foreach ($customers as $value) @endforeach
ชื่อ-สกุล เบอร์โทร โปรโมชั่น ปัจจุบัน ยูสเซอร์
{{ $value->f_name . ' ' . $value->l_name }} {{ $value->phone }} {{ $value->promotion->name }} {{ $value->game_username }}
@endif {{-- Modal Deposit --}}
@endsection @section('page.js') @endsection