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