{{ __('modules.package.packageDetails') }}
        {{ $latestSubscription->package_name}}
        {{ __('modules.package.packageType') }}
         {{ $latestSubscription->package_type }}
        {{ __('modules.package.amount') }}
        {{ $latestSubscription?->currency?->currency_symbol }}{{ number_format($latestSubscription?->currentInvoice->total, 2) }}
        {{ __('modules.package.paymentDate') }}
        {{ $latestSubscription->currentInvoice->pay_date ? \Carbon\Carbon::parse($latestSubscription->currentInvoice->pay_date)->format('d-m-Y') : '--' }}
        {{ __('modules.package.nextPaymentDate') }}
        {{ $latestSubscription->currentInvoice->next_pay_date ? $latestSubscription->currentInvoice->next_pay_date->format('d-m-Y') : '--' }}
        {{ __('modules.package.licenseExpiresOn') }}
        {{ $latestSubscription->license_expire_on ? $latestSubscription->license_expire_on->format('d-m-Y') : '--' }}
     
    @endif