@extends('panel.layouts.master') @section('content')
شناسه واریز | نوع تراکنش | مشتری | مربوط به قرار داد | مبلغ | تاریخ واریز | توضیحات | وضعیت | |
---|---|---|---|---|---|---|---|---|
{{ $loop->index + 1 }} | {{@$item->id}} | {{$item->type()}} | {{ !empty($item->wallet->user->nf)?$item->wallet->user->nf:'' }} | {{ !empty($item->factor)?$item->factor->code:'' }} | {{ number_format($item->amount) }} | {{(jdate($item->created_at))}} | {{ $item->description }} | {!! status($item->status) !!} |