diff --git a/resources/views/purchases/vendors/show.blade.php b/resources/views/purchases/vendors/show.blade.php index 258fb51fc..917621436 100644 --- a/resources/views/purchases/vendors/show.blade.php +++ b/resources/views/purchases/vendors/show.blade.php @@ -117,8 +117,8 @@ {{ trans('general.date') }} {{ trans('general.amount') }} - {{ trans_choice('general.categories', 1) }} - {{ trans_choice('general.accounts', 1) }} + {{ trans_choice('general.categories', 1) }} + {{ trans_choice('general.accounts', 1) }} @@ -126,8 +126,8 @@ @date($item->paid_at) @money($item->amount, $item->currency_code, true) - {{ $item->category ? $item->category->name : trans('general.na') }} - {{ $item->account->name }} + {{ $item->category ? $item->category->name : trans('general.na') }} + {{ $item->account->name }} @endforeach