{{ __('subscription_status') }}

@if (check_subscription()) {{__('cancel_plan')}} @endif
@if (check_subscription())

{{__('you_enrolled'). ' ' . get_subscription_plan('name') . ' ' . __('plan!')}}

● {{__('active_plan')}}

{{__('plan_name')}}: {{get_subscription_plan('name')}}

{{__('plan_cost')}}: {{get_currency(get_subscription_plan('price'))}}

{{__('validated')}}: {{get_subscription_plan('day').' '.__('days')}}

{{__('screen_limit')}}: {{get_subscription_plan('screens')}}

{{__('expire_data')}}: {{Carbon\Carbon::parse(get_subscription_plan('created_at'))->addDays(get_subscription_plan('day'))->format('d M Y') ?? __('n/a')}}

{{__('ads')}}: {{__('not_allowed')}}

{{__('download')}}: {{__('allowed')}}

{{__('premium_content')}}: {{__('allowed')}}

{{__('package_details')}}
  • {{__('you_can_login') .' '.get_subscription_plan('screens') .' '. __('device_at_a_time')}}
  • {{__('ads_free_content')}}
  • {{__('switch_plans_or_cancel_anytime')}}
  • {{__('world_famous_movies_dramas_tvs')}}
  • {{ __('download_from_thousands_of_titles_to_watch_offline') }}
  • {{ __('download_from_thousands_of_titles_to_watch') }}
@endif