@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') }}

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

{{ __('Plan Prices') }}

{{ __('For free, enter 0') }}
{{ __('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 --}} @if ($plan_details->plan_type == 'BOTH' || $plan_details->plan_type == 'VCARD')

{{ __('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') }}
@endif {{-- Store Features --}} @if ($plan_details->plan_type == 'BOTH' || $plan_details->plan_type == 'STORE')

{{ __('Store Features') }}

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

{{ __('Others') }}

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

{{ __('Additional features') }}

{{-- Custom domain --}}
{{ __('Custom Domain') }}
custom_domain == 1 ? 'checked' : '' }}>
{{-- NFC Card --}}
{{ __('NFC Card') }} ?
nfc_card == 1 ? 'checked' : '' }}>
{{-- PWA --}}
{{ __('PWA') }} ?
pwa == 1 ? 'checked' : '' }}>
{{-- Advanced Settings --}}
{{ __('Advanced Settings') }}
advanced_settings == 1 ? 'checked' : '' }}>
{{-- Personalized Link --}}
{{ __('Personalized Link') }}
personalized_link == 1 ? 'checked' : '' }}>
{{-- Hide Branding --}}
{{ __('Hide Branding') }}
hide_branding == 1 ? 'checked' : '' }}>
{{-- Free Setup --}}
{{ __('Free Setup') }}
free_setup == 1 ? 'checked' : '' }}>
{{-- Free Support --}}
{{ __('Free Support') }}
free_support == 1 ? 'checked' : '' }}>
@include('admin.includes.footer')
{{-- Custom JS --}} @section('scripts') @endsection @endsection