diff --git a/resources/views/banking/transactions/index.blade.php b/resources/views/banking/transactions/index.blade.php index d8eec803d..a3596a6be 100644 --- a/resources/views/banking/transactions/index.blade.php +++ b/resources/views/banking/transactions/index.blade.php @@ -46,10 +46,10 @@ {{ trans_choice('general.' . Str::plural($item->type), 1) }} {{ $item->category->name }} {{ $item->description }} - @if(!is_null($item->bill_id)) + @if(!is_null(data_get($item, 'bill.id'))) @else - + @money($item->amount, $item->currency_code, true)