@extends('layouts/contentNavbarLayout') @section('title', 'تراکنشها') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content') @include('components.errors')
| # | نام کاربری داخل سیستم | مانده از قبل | کسر از حساب | شارژ حساب | مانده | توضیح | فاکتور مربوطه | ایجاد شده در | عملیات |
|---|---|---|---|---|---|---|---|---|---|
| {{ $wallet->id }} | {{ $wallet->user->first_name }} | {{ number_format($wallet->previous_debt) }} {{ $wallet->previous_debt > 0 ? '(بستانکار)' : '(بدهکار)' }} | {{ number_format($wallet->dec) }} | {{ number_format($wallet->inc) }} | {{ number_format($wallet->amount) }} | {{ $wallet->desc }} | {{ $wallet->invoice_id ? '#' . $wallet->invoice_id : 'بدون فاکتور' }} | {{ $wallet->created_at }} |
|