@extends('landing.layouts.app') @section('title') {{__('messages.subscription_plans.payment_type')}} @endsection @section('page_css') {{-- --}} {{-- --}} @endsection @section('content') @php $cpData = getCurrentPlanDetails(); $planText = ($cpData['isExpired']) ? __('messages.new_change.current_expired_plan') : __('messages.new_change.current_plan') ; $currentPlan = $cpData['currentPlan']; $getCurrentPlanAdminCurrencySymbol = getAdminCurrencySymbol($currentPlan->currency); @endphp