@extends('layouts.fullscreen') @section('content')
Inventory Items
POS Items
@if(auth()->user()->role == "Administrator") @endif @foreach($items->chunk(30) as $row) @foreach($row as $item) @csrf @if(auth()->user()->role == "Administrator") @endif @endforeach @endforeach
Item Category Inactive Station

Stock will be disable at selected outlets

TypeAction
{{@ucwords(@strtolower($item->item_category))}}
Station
{!!$item->item_manufacturing == 1 ? '' . "Manufacturing" . '' : '' . "Unprocessed" . '' !!}
{{$items->links()}}
@endsection