diff --git a/resources/views/purchases/bills/show.blade.php b/resources/views/purchases/bills/show.blade.php index 7fc7f921b..3e40f408e 100644 --- a/resources/views/purchases/bills/show.blade.php +++ b/resources/views/purchases/bills/show.blade.php @@ -486,20 +486,20 @@
{{ trans('general.date') }} | +{{ trans('general.date') }} | {{ trans_choice('general.statuses', 1) }} | -{{ trans('general.description') }} | +{{ trans('general.description') }} | |
---|---|---|---|---|---|
@date($history->created_at) | +@date($history->created_at) | {{ trans('bills.statuses.' . $history->status) }} | -{{ $history->description }} | +{{ $history->description }} | |
@date($item->paid_at) | +@date($transaction->paid_at) | @money($transaction->amount, $transaction->currency_code, true) | {{ $transaction->account->name }} | -+ | @if ($transaction->reconciled) |