@extends('seller.layout.index') @section('title') کیف پول کاربر @endsection @section('style') @endsection @section('script') @endsection @section('content')
موجودی کیف پول : {{ number_format($wallet->amount) }} تومان
# | موجودی کیف پول (تومان) | تغییرات (تومان) | تاریخ |
---|---|---|---|
{{ $wallet_history->firstItem() + $key }} | {{ number_format($item->previous_amount) }} | {{ number_format($item->amount) }} @if($item->increase_type==1) @else @endif | {{ verta($item->created_at)->format('Y-m-d H:i') }} |