{{trans('voucher.sr_no')}} | {{trans('voucher.voucher_code')}} | {{trans('voucher.start_date')}} | {{trans('voucher.expiry_date')}} | {{trans('voucher.status')}} |
---|---|---|---|---|
{{$i}} | {{$voucher->voucher_code }} | {{ date("d-m-Y",strtotime($voucher->start_date)) }} | {{ date("d-m-Y",strtotime($voucher->expiry_date)) }} | @if($voucher->status == 0){{ "Unused" }} @else {{"Used"}} @endif |