Voucher options

Please select your preferred vouchers

@foreach ($products as $product) @php $isComingSoon = (bool) ($product->depleted === 1 || (($product->name === 'Netflix' && $completed_netflix_vouchers) ||($product->name === '1GB / 1.5GB Data Bundles' && $completed_data_vouchers))); @endphp
{{ $product->name.' '.$product->tier }}
@if($isComingSoon) Coming Soon @endif
{{ $product->short_description }}
Price:-
R{{ $product->unit_price }}
@endforeach @error('selected_product'){{$message}}@enderror
@include('pages.vouchers.order.includes._terms-and-conditions')