{{ $payment_type == 'rental' ? __('video_subscription_plan') : __('subscription_plan') }}
{{ $payment_type == 'rental' ? __('Video Rent') : $package_details?->name }}
{{ __('package_cost') }} : {{ get_currency($package_details->rental_price) }}
{{ __('validity') }}: {{ $package_details->rental_duration . ' ' . __('hours') }}
{{ __('expire_date') }}:
{{ \Carbon\Carbon::now()->addHours($package_details->rental_duration)->format('Y-m-d') }}
{{ __('ads') }}: {{ __('not_shown') }}
{{ __('download') }}: {{ __('allowed') }}
@else
{{ __('package_cost') }} : {{ get_currency($package_details->price) }}
{{ __('discount') }} : {{ get_currency($package_details->discount) }}
{{ __('validity') }}: {{ $package_details->day . ' ' . __('days') }}
{{ __('device_limit') }}: {{ $package_details->screens }}
{{ __('expire_date') }}:
{{ \Carbon\Carbon::now()->addDays($package_details->day)->format('Y-m-d') }}
{{ __('ads') }}: {{ __('not_shown') }}
{{ __('download') }}: {{ __('allowed') }}
{{ __('premium_content') }}: {{ __('allowed') }}
@endif
{{ __('select_payment_method') }}
@if (setting('is_offline_activated'))
@endif
@if (setting('is_stripe_activated'))
@endif
@if (setting('is_paypal_activated'))
@endif
@if (setting('is_paddle_activated'))
@endif
@if (setting('is_razor_pay_activated'))
@endif
@if (setting('is_mercadopago_activated'))
@endif
@if (setting('is_sslcommerz_activated') && $page == 'rent')
@endif
@if (setting('is_amarpay_activated') && $page == 'rent')
@endif
@if (setting('is_paystack_activated') && $page == 'rent')
@endif
@if (setting('is_mollie_activated') && $page == 'rent')
@endif