@extends('front.practitioner.import.template.import') @section('content')
@include('front.inner-layout.sidebar')
{{-- --}}
Total enrollments @if(isset($totalEnrollments ))

{{ $totalEnrollments}}

@endif
cpurse
Total revenue @if(isset($totalRevenue ))

${{ number_format($totalRevenue, 2) }}

@endif
cpurse
Current enrollees @if(isset($currentEnrollments ))

{{ $currentEnrollments}}

@endif
cpurse
Course completion

{{ $completionPercentage }}%

cpurse
{{-- --}} @if(count($combinedData) > 0) @include('front.practitioner.course.course_details_rows', ['combinedData' => $combinedData]) @else @endif
Invoice datetypeCourse name Member name Amount Paid Pending Last accessed Progress Access end date Status Access
No sales history
@if($hasMore) Load More @endif
{{-- @else

Create custom packages to boost client retention

Offering tailored packages is a great way to provide more value to your clients and drive repeat business. With our simple package creation tool, you can bundle services to suit your business needs. Just click Create Package to get started.

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