diff --git a/resources/views/expenses/bills/show.blade.php b/resources/views/expenses/bills/show.blade.php index d4e7171b8..312d33d9c 100644 --- a/resources/views/expenses/bills/show.blade.php +++ b/resources/views/expenses/bills/show.blade.php @@ -483,18 +483,18 @@
- - - - + + + + @foreach($bill->histories as $history) - - - - + + + + @endforeach @@ -515,23 +515,23 @@
-
{{ trans('general.date') }}{{ trans_choice('general.statuses', 1) }}{{ trans('general.description') }}
{{ trans('general.date') }}{{ trans_choice('general.statuses', 1) }}{{ trans('general.description') }}
@date($history->created_at){{ $history->status->name }}{{ $history->description }}
@date($history->created_at){{ $history->status->name }}{{ $history->description }}
+
- - - - - + + + + + @if ($bill->transactions->count()) @foreach($bill->transactions as $transaction) - - - - - + + + +
{{ trans('general.date') }}{{ trans('general.amount') }}{{ trans_choice('general.accounts', 1) }}{{ trans('general.actions') }}
{{ trans('general.date') }}{{ trans('general.amount') }}{{ trans_choice('general.accounts', 1) }}{{ trans('general.actions') }}
@date($item->paid_at)@money($transaction->amount, $transaction->currency_code, true){{ $transaction->account->name }} +
@date($item->paid_at)@money($transaction->amount, $transaction->currency_code, true){{ $transaction->account->name }} @if ($transaction->reconciled)