From dfb9d5622a289df0371a0612831279d8193807ff Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Wed, 10 Dec 2025 10:43:59 -0800 Subject: [PATCH] adds category to account accept index table --- resources/views/account/accept/index.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/account/accept/index.blade.php b/resources/views/account/accept/index.blade.php index 81012405b7..2311b40d8e 100755 --- a/resources/views/account/accept/index.blade.php +++ b/resources/views/account/accept/index.blade.php @@ -31,6 +31,7 @@ {{ trans('general.name')}} {{ trans('general.type')}} + {{ trans('general.category')}} {{ trans('general.qty') }} {{ trans('general.serial_number')}} {{ trans('table.actions')}} @@ -42,6 +43,7 @@ @if ($acceptance->checkoutable) {{ ($acceptance->checkoutable) ? $acceptance->checkoutable->present()->name : '' }} {{ $acceptance->checkoutable_item_type }} + {{ $acceptance->checkoutable->model?->category?->name }} {{ $acceptance->qty ?? '1' }} {{ ($acceptance->checkoutable) ? $acceptance->checkoutable->serial : '' }} {{ trans('general.accept_decline') }}