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

{{ __('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') }}
{{-- 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 --}}
@include('admin.includes.footer')
{{-- Custom JS --}} @section('scripts') @endsection @endsection