@php $sales_prev_week = cache()->get('sales_previous_week'); $sales_this_week = cache()->get('sales_this_week'); $api_cost_distribution = cache()->get('api_cost_distribution'); $popular_plans_data = cache()->get('popular_plans_data'); $popular_tools_data = cache()->get('popular_tools_data'); $currencySymbol = currency()->symbol; $premium_features = [ 'VIP Support' => 'Get instant help whenever you need it.', 'Access to All Current & Future Extensions worth $2000+' => 'Always stay ahead with the latest features.', 'Access to All Current & Future Themes worth $670' => 'Always stay ahead with the latest designs.', 'Get the Mobile App Free in Your 4th Month! worth $3000+' => 'Enjoy a free mobile app after your fourth month of subscription.', '10 Hours of Custom Development Every Month' => 'Tailored improvements, at no extra cost.', 'Direct Communication with Our Development Team' => 'No middlemen, just solutions.', 'Exclusive Extensions Not Available to Others' => 'Stay ahead of competition, reserved for VIPs only.', 'Complimentary Logo Design' => 'A custom logo to elevate your brand.', 'Personalized Onboarding Assistance' => 'We’ll help you get up and running smoothly.', 'Free Setup & Configuration Services' => 'Let us handle the technical details for you.', ]; @endphp @extends('panel.layout.app', ['disable_tblr' => true, 'disable_titlebar' => true]) @section('title', __('Overview')) @push('css') @endpush @section('content')
{{ data_get($vip_membership, 'text') }}
@lang('Update Payment Information')
{{ __('Gateway is set to use sandbox. Please set mode to development!') }}
@lang('Extend the capabilities of MagicAI, explore new designs and unlock new horizons.')