@extends('home.layouts.index') @section('title') کیف پول @endsection @section('script') @endsection @section('style') @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 | {{ $item->Type->description }} | {{ verta($item->created_at)->format('Y-m-d H:i') }} |