@php $isFree = ($item->pricing_type ?? null) === 'free'; $hasDiscount = !empty($item->discount); @endphp
{{ $item->short_description }}
Free Course
Enjoy the course for free!
Apply Coupon
@if ($coupon)Coupon Applied
{{ $coupon->code }}
Available Coupons for this {{ ucfirst($item_type) }}
Valid until {{ \Carbon\Carbon::parse($availableCoupon->valid_to)->format('M d, Y') }}
@endif