@assets @endassets @if($latestSubscription)
@lang('modules.package.restaurantCurrentPackage')
{{ __('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

{{ __('modules.package.updatePackage') }}

@foreach($packages as $package) @endforeach
@if($packageType)
@if($selectedPackage->is_free) @if($selectedPackage->package_type === App\Enums\PackageType::TRIAL) @else @endif @endif @if($selectedPackage->package_type === App\Enums\PackageType::LIFETIME) @endif @if($packageMonthlyStatus) @endif @if($packageAnnualStatus) @endif
@endif @if($packageType === App\Enums\PackageType::TRIAL)
@else
@endif {{ __('modules.package.updatePackage') }}