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 PricePcsQuantity Total Amount
{{$i}}