{{translate('Select Products')}}

{{ translate('Select one or more products from the list below by ticking the checkbox') }}.
{{ translate('Total Cost') }}: $ 0.00
@foreach($products as $product) @php $hasAnnual = $product->annual && count(json_decode($product->annual, true)) > 0; @endphp @endforeach
Product Qty Remaining
{{ $product->getTranslation('name') }}
Price: ${{ number_format($product->price, 2) }}
@if($hasAnnual) @endif @if($product->attribute && count(json_decode($product->attribute, true)) > 0) @endif
{{ $product->qty }}