@if ($package->is_trial != 1)
@if ($package->type == 1)
@else
@endif
@endif
{{ __($package->name) }}
{{ $package->description }}
@if ($package->is_trial == 1)
{{ __('package_information') }}
{{ __('student_limit') }} : {{ $settings['student_limit'] }}
{{ __('staff_limit') }} : {{ $settings['staff_limit'] }}
{{ $settings['trial_days'] }} / {{ __('days') }}
@elseif($package->type == 0)
{{ __('package_price_information') }}
{{ $settings['currency_symbol'] }} {{ $package->charges }}
{{ __('student_limit') }} : {{ $package->no_of_students }} / {{ __('staff_limit') }} : {{ $package->no_of_staffs }}
{{ $package->days }} / {{ __('days') }}
@else
{{ __('package_price_information') }}
{{ __('per_student_charges') }} : {{ $settings['currency_symbol'] }} {{ $package->student_charge }} / {{ __('per_staff_charges') }} : {{ $settings['currency_symbol'] }} {{ $package->staff_charge }}
{{ $package->days }} / {{ __('days') }}
@endif
@if (!$upcoming_package)
@if ($current_plan)
@if ($package->id == $current_plan->package_id)
{{-- Set upcoming --}}
@else
@endif
@else
@if ($paymentConfiguration && $package->type == 0)
{{-- New subscription --}}
@else
@endif
@endif
@endif