@extends('front.practitioner.import.template.import') @section('content')
@include('front.inner-layout.sidebar')
@if( count($paymentPlanData) > 0 )
@foreach($paymentPlanData as $data) @php $businessId = base64_encode($businessProfile->id); $planId = base64_encode($data->id); $url = route('home') . "/get_payment_plans?business_id={$businessId}&plan_id={$planId}"; @endphp @endforeach
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' }} {{-- --}}
{{-- @if($PackagesCount > 1) @endif --}}
@else

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.

@else

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. To get started, you’ll need to set up your own merchant account. Click here to get started.

@endif
@endif
@endsection @section('css') @endsection @section('css') @endsection @section('import-scripts') @endsection