@extends('front.practitioner.import.template.import') @section('content')
@include('front.inner-layout.sidebar')
@if( count($PackagesData) > 0 )
@foreach($PackagesData as $data) @endforeach
Package name Amount Expiry date Purchase online Redeem online Number of sessions Status
{{ $data->package_name }} ${{ $data->payble_amount }} {{ $data->package_expiry }} {{ $data->package_expiry_type }} @if($data->available_for_purchase_online =='on') Yes @else No @endif @if($data->redeemable_for_online_booking =='on') Yes @else No @endif {{ $data->number_of_sessions }} {{ $data->status ?? 'Active' }}
@if($PackagesCount > 1) @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
@include('front.practitioner.packages.add_package'); @endsection @section('css') @endsection @section('css') @endsection @section('import-scripts') @endsection