@csrf

{{ $payment_type == 'rental' ? __('video_subscription_plan') : __('subscription_plan') }}

{{ $payment_type == 'rental' ? __('Video Rent') : $package_details?->name }}

@if ($payment_type == 'rental')
icon {{ $package_details->title }}
{{ get_currency($package_details->rental_price) }} / {{ $package_details->rental_duration . ' ' . __('hours') }}

{{ __('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
icon {{ get_config('system_name') . ' ' . ucwords($package_details->type) . ' ' . __('subscription') }}
{{ get_currency($package_details->discount > 0 ? $package_details->price - $package_details->discount : $package_details->price) }} / {{ $package_details->day . ' ' . __('days') }}

{{ __('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

{{ __('offline_payment_details') }}

@csrf {!! setting('offline_payment_instruction') !!}