Item List Item
@if (is_null($itemLists) || empty($itemLists))

Currently No Information Available!

@else {{-- --}}
{{-- Create --}}
{{-- itemList Table goes here --}} @php $sl=0 @endphp {{-- @dd($itemLists); --}} @foreach ($itemLists as $itemList) @endforeach
Sl# Division Company Name Category Active Actions
{{ ++$sl }} {{ $itemList->division->name }} {{ $itemList->company->name }} {{ $itemList->name }} {{ $itemList->item_category }}
@csrf
{{--
@csrf @method('delete')
--}} @if(auth::user()->role_id==6 || auth::user()->role_id==1) @endif
@endif