@extends('layouts.panel') @section('title', app(\App\Services\TitleService::class)->generate()) @section('content')
نمایش تمام تراکنشهای ثبت شده
| ردیف | نام تامینکننده | شرح تراکنش | مبلغ | نوع تراکنش | تاریخ |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $transaction['supplier_name'] }} | {{ $transaction['description'] }} | @if($transaction['type'] === 'بدهکار') -{{ number_format($transaction['amount']) }} @else +{{ number_format($transaction['amount']) }} @endif تومان | {{ $transaction['type'] }} | {{ jdate($transaction['date'])->format('Y/m/d') }} |
| تراکنشی یافت نشد. | |||||