@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
@csrf

{{ __('Plan Details') }}

{{ __('Basic Details') }}

{{-- Recommended --}}
{{ __('Recommended Plan') }}
{{-- Private Plan --}}
{{ __('Private Plan') }}
{{-- Plan Type --}}
{{ __('Plan Type') }}
{{-- Plan Name --}}
{{-- Description --}}

{{ __('Plan Prices') }}

{{ __('For free, enter 0') }}
{{ __('Plan Term') }}
{{ __('For forever, enter 9999') }}
{{-- Trial period --}}
{{ __('Setting the value to 0 disables the trial period, meaning users will not receive any free trial access.') }}
{{-- vCard Features --}}

{{ __('vCard Features') }}

{{-- No. of vCards --}}
{{ __('For unlimited, enter 999') }}
{{-- No. of Services --}}
{{ __('For unlimited, enter 999') }}
{{-- No. of Products --}}
{{ __('For unlimited, enter 999') }}
{{-- No. of Links --}}
{{ __('For unlimited, enter 999') }}
{{-- No. of Payment Listed --}}
{{ __('For unlimited, enter 999') }}
{{-- No. of Testimonials --}}
{{ __('For unlimited, enter 999') }}
{{-- No. of Galleries --}}
{{ __('For unlimited, enter 999') }}
{{-- Business Hours --}}
{{ __('Business Hours') }}
{{-- Appointment --}}
{{ __('Appointment') }}
{{-- Service Booking --}}
{{ __('Service Booking') }}
{{-- Contact Form --}}
{{ __('Contact Form') }}
{{-- Password Protected --}}
{{ __('Password Protected') }}
{{-- No. of Enquiries --}}
{{ __('No. of Enquiries') }}
{{ __('For unlimited, enter 999') }}
{{-- Check Google Wallet --}} @if (is_dir(base_path('plugins/GoogleWallet'))) {{-- Google Wallet --}}
{{ __('Google Wallet') }}
{{-- No. of Wallets --}}
{{ __('No. of Wallets') }}
{{ __('For unlimited, enter 999') }}
@endif
{{-- Store Features --}}

{{ __('Store Features') }}

{{ __('For unlimited, enter 999') }}
{{ __('For unlimited, enter 999') }}
{{ __('For unlimited, enter 999') }}

{{ __('Others') }}

{{-- Storage --}}
{{ __('MB per user') }}
{{ __('For unlimited, enter 999') }}

{{ __('Additional features') }}

{{-- Custom domain --}}
{{-- NFC Card --}}
{{-- PWA --}}
{{-- Advanced Settings --}}
{{-- Personalized Link --}}
{{-- Hide Branding --}}
{{-- Free Setup --}}
{{-- Free Support --}}
{{-- Paddle Plan Price ID --}} @if (is_dir(base_path('plugins/PaddleRecurring')))

{{ __('Paddle Product Details') }}

{{-- Plan ID --}}
@endif {{-- Dodo Payments Plan Price ID --}} @if (is_dir(base_path('plugins/DodoPaymentsRecurring')))

{{ __('Dodo Payments Product Details') }}

{{-- Plan ID --}}
@endif {{-- Mobile App Plan Details --}} @if (is_dir(base_path('plugins/MobileAppAPI')))

{{ __('In-App Purchase Details (Mobile App)') }}

{{-- Plan ID --}}
@endif
@include('admin.includes.footer')
{{-- Custom JS --}} @section('scripts') @endsection @endsection