@extends('admin.layouts.admin') @section('title') کیف پول کاربر @endsection @section('style') @endsection @section('script') @endsection @section('content')
تاریخچه کیف پول کاربر ( {{ $user->name==null ? $user->cellphone : $user->name }} )

موجودی کیف پول : {{ number_format($wallet->amount) }} تومان


@foreach ($wallet_history as $key => $item) @endforeach
# موجودی کیف پول (تومان) تغییرات (تومان) نوع تاریخ
{{ $wallet_history->firstItem() + $key }} {{ number_format($item->previous_amount) }} {{ number_format($item->amount) }} @if($item->increase_type==1) @else @endif {{ $item->Type->description }} {{ verta($item->created_at)->format('Y-m-d H:i') }}
{{ $wallet_history->render() }}
@include('admin.labels.modal') @include('admin.labels.alertModal') @endsection