{{ $batch->voucher_title ? $batch->voucher_title : 'N/A' }}
@if(!empty($batch->title_range))
Range: {{ $batch->title_range }}
@endif
@php $voucherTypes = config('sps.voucher_type', []); @endphp {{ $voucherTypes[$batch->voucher_type] ? $voucherTypes[$batch->voucher_type] : $batch->voucher_type }}
@if(($batch->voucher_type ? $batch->voucher_type : '') == 1) {{ $batch->voucher_value }}% @else ₹{{ number_format($batch->voucher_value ? $batch->voucher_value : 0, 2) }} @endif
{{ isset($batch->start_date) ? date('d-m-Y', strtotime($batch->start_date)) : 'N/A' }}
{{ isset($batch->expiry_date) ? date('d-m-Y', strtotime($batch->expiry_date)) : 'N/A' }}