From 7f3071798e742b5ac3693465e6c09d798ba6166b Mon Sep 17 00:00:00 2001 From: batuhanbas Date: Sat, 1 Feb 2020 15:23:48 +0300 Subject: [PATCH] payment list alignment updated --- resources/views/purchases/payments/index.blade.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/views/purchases/payments/index.blade.php b/resources/views/purchases/payments/index.blade.php index ba36239da..cc6c1f302 100644 --- a/resources/views/purchases/payments/index.blade.php +++ b/resources/views/purchases/payments/index.blade.php @@ -36,9 +36,9 @@ {{ Form::bulkActionAllGroup() }} - @sortablelink('paid_at', trans('general.date'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow']) + @sortablelink('paid_at', trans('general.date'), ['filter' => 'active, visible'], ['class' => 'col-aka', 'rel' => 'nofollow']) @sortablelink('amount', trans('general.amount')) - @sortablelink('contact.name', trans_choice('general.vendors', 1)) + @sortablelink('contact.name', trans_choice('general.vendors', 1)) @sortablelink('category.name', trans_choice('general.categories', 1)) @sortablelink('account.name', trans_choice('general.accounts', 1)) {{ trans('general.actions') }} @@ -50,12 +50,12 @@ {{ Form::bulkActionGroup($item->id, $item->contact->name) }} @if ($item->reconciled) - @date($item->paid_at) + @date($item->paid_at) @else - @date($item->paid_at) + @date($item->paid_at) @endif @money($item->amount, $item->currency_code, true) - {{ $item->contact->name }} + {{ $item->contact->name }} {{ $item->category->name }} {{ $item->account->name }}