Item Lists

{!! $items->render() !!} {!! Paginate::show($items) !!}
@if($items->count() > 0) @foreach($items as $item) @endforeach @else @endif
Company Name Pos Type Barcode Itemcode Description Active Last Updated Action
{{ $item->company->company }} {{ $item->company_pos_type->pos_type->pos_type }} {{ $item->barcode }} {{ $item->itemcode }} {{ $item->desc }} {{ $item->isActive() }} {{ $item->updated_at }}
No record found