New Item
This is an example dashboard created using build-in elements and components.
@csrf
Item Information
Single Sale Item item_type == 0 ? 'checked' : '') : 'checked' }}> Group Sale Item item_type == 1 ? 'checked' : '') : '' }}>
@if (isset($item)) @if (count(unserialize($item->linked_items)) > 0) @php $i = 1; @endphp @foreach (unserialize($item->linked_items) as $invoiceItem) @php $i++; @endphp @endforeach @endif @endif
# Items Quantity
{{ $i }}
@if (isset($item))
@endif