@extends('layouts.admin', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
@csrf

{{ __('Plan Details') }}

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

{{ __('Plan Prices') }}

{{ __('For free, enter 0') }}
{{ __('For forever, enter 9999') }}
{{-- vCard Features --}} @if ($plan_details->plan_type == "BOTH" || $plan_details->plan_type == "VCARD")

{{ __('vCard Features') }}

{{ __('For unlimited, enter 999') }}
{{ __('For unlimited, enter 999') }}
{{ __('For unlimited, enter 999') }}
{{ __('For unlimited, enter 999') }}
{{ __('For unlimited, enter 999') }}
{{ __('For unlimited, enter 999') }}
{{ __('For unlimited, enter 999') }}
{{ __('Business Hours') }}
{{ __('Contact Form') }}
{{ __('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

{{ __('Additional features') }}

{{ __('PWA') }} ?
{{ __('Additional Tools') }} ?
{{ __('Personalized Link') }}
{{ __('Hide Branding') }}
{{ __('Free Setup') }}
{{ __('Free Support') }}
{{-- Recommended --}}
{{ __('Recommended Plan') }}
{{-- Private Plan --}}
{{ __('Private Plan') }}
@include('admin.includes.footer')
{{-- Custom JS --}} @section('scripts') @endsection @endsection