@extends('front.practitioner.import.template.import') @section('content')
@include('front.inner-layout.sidebar')
@if( count($PackagesData) > 0 ) @foreach($PackagesData as $data) @endforeach @else @endif
Purchase date Package name Client name Paid amount Invoice Expiry Remaining sessions Status
@if($data->payment_plan_id != null)
@endif {{ $data->purchaseDate }}
{{ $data->package->package_name }} {{ ucwords( $data->client_name ) }} ${{ $data->package_cost}} @if($data->payment_plan_id != null) @endif {{ $data->invoice_number }} {{ \Carbon\Carbon::parse($data->package_expiry_date)->format('d/m/y') }} {{ $data->remaining_sessions.'/'.$data->total_sessions }} {{ ucfirst($data->status)}}
No purchase history
{{-- @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