{{--

Số dư ví :

--}} Tạo gói nạp
@foreach($wallet as $k => $item) @endforeach
STT Ngày nạp Gói nạp Số tiền nạp Đã thanh toán Số tiền được hưởng Nhân viên nạp
{{$k+1}} {{$item->created_at}} {{@$item->package->name}} {{@number_format($item->order_price)}} {{@number_format($item->gross_revenue)}} {{@number_format($item->price)}} {{@$item->user->full_name}} Thanh toán (IN) @if(\Illuminate\Support\Facades\Auth::user()->department_id==\App\Constants\DepartmentConstant::ADMIN) @endif
{{ 'Tổng số ' . $wallet->total() . ' lịch sử ' . (request()->search ? 'found' : '') }}
{{ $wallet->appends(['search' => request()->search ])->links() }}
@include('wallet.modal_cash')