@extends('layouts.app') @section('content')
@if(!empty(request('start_date'))) Filtered ISL for: {{request('start_date')}} - {{request('start_date')}} @endif
@foreach($itemss->chunk(100) as $row) @foreach($row as $item) @if(in_array(auth()->user()->station, json_decode($item->inactive_station)) == true) @continue @endif @endforeach @endforeach
Item Category UOM CreatedAt Actions
{{@ucwords(@strtolower($item->item_category))}} {{$item->item_unit}} {{$item->created_at}}
@endsection