@extends('layouts.superadmin') @section('title', 'Datewise Short SO') @section('page-title', 'Datewise Short SO') @section('content')
| View | SO No | Location | Location ID | Packing Date | Short Items | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $soNo }} | {{ $row->location_name ?? '-' }} | {{ $row->location_id ?? '-' }} | {{ $row->last_packed_at ? \Carbon\Carbon::parse($row->last_packed_at)->format('d-m-Y H:i') : '-' }} | {{ $shortItemsCount }} | |||||||||
|
@if($shortItemsCount)
No short items computed.
@endif
|
|||||||||||||