Spoilage/loss
This is an example dashboard created using build-in elements and components.
@csrf
Invoice Information
@if(isset($record)) @if(!empty(unserialize($record->item_detail))) @php $i=1; @endphp @foreach(unserialize($record->item_detail) as $invoiceItem) @php $i++; @endphp @endforeach @endif @endif
# Items Price Quantity Total Amount
{{$i}}