SCIEKORE Logo

{{ in_array($user_type, ['Partner Level 1', 'Partner Level 2', 'Partner Level 3', 'Partner Level 4']) ? 'Partnership Certificate' : 'Discount Voucher' }}

@if (in_array($user_type, ['Partner Level 1', 'Partner Level 2', 'Partner Level 3', 'Partner Level 4']))

This Partnership Certificate is awarded to {{ $name }} for your contributions as a partner.

Your earnings for one {{ $product_name }} of {{ $category_name }} are Rs {{ $discount_amount }}.

@else

This Voucher is awarded to {{ $name }} who has SCIEKORE ID #{{ $sciekore_id }} due to {{ $performance_category }} performance.

This Voucher can be used as Rs {{ $discount_amount }} discount for {{ $product_name }} of {{ $category_name }} and the final payable amount is Rs {{ $discounted_price }}.

@endif