@if( count($paymentPlanData) > 0 )
{{-- @if($PackagesCount > 1)
@endif --}}
@else
@endif
| Plan name | Total cost | Total payments | Frequency | Subscribers | Active | Payment link | Status | |
|---|---|---|---|---|---|---|---|---|
| {{ $data->plan_name ?? '' }} | ${{ $data->total_cost ?? 0}} | @if($data->is_equal_instalment === 'off') {{ $data->remaining_no_of_payment ?? '-' }} @else {{ $data->breakdown_no_of_payments ?? '-' }} @endif | {{ ucfirst($data->payment_frequency ?? '') }} | {{ $data->total_subscribers ?? ''}} | {{ $data->active_subscribers ?? ''}} | Copy | {{ $data->status ?? 'Active' }} |
{{--
|
Offer payment flexibility to your clients
@if(isset($practitioner->merchant_id) && $practitioner->merchant_id != '' && $practitioner->merchant_id != env("MERCHANT_ID"))Offer flexible payment plans to increase conversions and make your services more accessible. With our easy payment plan builder, you can split costs into manageable instalments. Just click Create Payment Plan to get started.
@elseOffer flexible payment plans to increase conversions and make your services more accessible. With our easy payment plan builder, you can split costs into manageable instalments. To get started, you’ll need to set up your own merchant account. Click here to get started.
@endif