@extends('tablar::page') @section('content')
@foreach($itemlist_results as $item) @endforeach
# Description Category
{{ $item->item_assigned_num }} {{ $item->item_desc }} {{ $item->category->cat_name ?? 'N/A' }}
@endsection @push('js') @include('components.tomselect') @endpush