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