{{-- Promo Code Form --}}
{{ __('checkout.enter_valid_promo_code') }}
{{-- List Voucher --}} @if($vouchers && count($vouchers) > 0)
{{ __('checkout.available_vouchers') }}
@foreach($vouchers as $voucher) {{ $voucher->code }} @endforeach
@endif {{-- List Voucher Events --}} @if($voucher_events && count($voucher_events) > 0)
{{ __('checkout.available_voucher_events') }}
@foreach($voucher_events as $voucher_event) {{ $voucher_event->name ?? '-' }} @endforeach
@endif
{{-- SINGLE REUSABLE MODAL --}}