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