Hello, {{ $user->U_Name }}!
We’re excited to inform you that you have been assigned a new franchise package under VUlead Mobility Solution.
- Package Name: {{ $package->PackageName }}
- Description: {{ $package->Description ?? 'N/A' }}
- Max Cars Allowed: {{ $package->MaxCars }}
- Start Date: {{ \Carbon\Carbon::now()->toDateString() }}
- End Date: {{ \Carbon\Carbon::now()->addDays($package->Total_Duration)->toDateString() }}
- Original Price: ₹{{ number_format($package->priceType->Price_Value ?? 0, 2) }} @if($package->discountMaster && $package->discountMaster->discountValueType)
- Discount Type: {{ $package->discountMaster->discountValueType->VT_Name }}
- Discount Value: ₹{{ number_format($package->discountMaster->Dic_Value, 2) }} @else
- Discount Type: None
- Discount Value: ₹0.00 @endif
- Final Price: ₹{{ number_format($package->Final_Price, 2) }}
If you have any questions, feel free to reach out to our support team.
Thank you for being part of VUlead!