@extends(getTemplate().'.view.layout.layout') @section('title') Special Offer - {{ $purchasedCourse->title }} @endsection @section('page')
Wait — here's a special offer just for you
Purchase confirmed — you now have full access
You save {{ currencySign() }}{{ number_format($originalPrice - $discountedPrice) }}
Add for {{ currencySign() }}{{ number_format($discountedPrice) }} @endif