@extends('layouts.app') @section('content')
@foreach($items->chunk(100) as $row) @foreach($row as $item) @if(in_array(empty(request('station')) ? auth()->user()->station : request('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}}
@if(!empty(request('start_date')))
@else
@endif
@endsection