@extends('main.app') @section('content')

{{ $about_1->title }}

{{ $about_1->description }}

@if(!empty($about_1->btn_text) && !empty($about_1->btn_link)) {{ $about_1->btn_text }} @endif

{{ $about_2->title }}

{{ $about_2->description }}

@if(!empty($about_2->btn_text) && !empty($about_2->btn_link)) {{ $about_2->btn_text }} @endif

{{ $about_3->title }}

{{ $about_3->description }}

@if(!empty($about_3->btn_text) && !empty($about_3->btn_link)) {{ $about_3->btn_text }} @endif

{{ $ecom_features->area_title }}

{{ $ecom_features->description }}

@if(!empty($ecom_features->btn_link) && !empty($ecom_features->btn_text)) {{ $ecom_features->btn_text }} @endif
{{ $counter_area->happy_customer ?? '' }}

{{ __('Happy Customers') }}

{{ $counter_area->total_reviews ?? '' }}+

{{ __('Total Reviews') }}

{{ $counter_area->total_domain ?? '' }}+

{{ __('Total Domains') }}

{{ $counter_area->community_member ?? '' }}+

{{ __('Community Members') }}

{{ __('features_title') }}

{{ __('features_description') }}

@foreach($features as $row)

{{ $row->name }}

{{ $row->excerpt->content ?? '' }}

@endforeach

{{ __('gallery_title') }}

{{ __('gallery_description') }}

{{ __('Pricing') }}

{{ __('priceing_description') }}

@foreach($plans as $row) @php $plan=json_decode($row->data); @endphp

{{ $row->name }}

{{ amount_format($row->price) }}

@if($row->days == 365) {{ __('Yearly') }} @elseif($row->days == 30) {{ __('Monthly') }} @else {{ $row->days }} {{ __('Days') }} @endif
  • {{ __('Products Limit') }} {{ $plan->product_limit }}
  • {{ __('Storage Limit') }} {{ number_format($plan->storage) }}MB
  • {{ __('Use Subdomain') }}
  • @if($plan->custom_domain == true) {{ __('Use your existing domain') }} @else {{ __('Use your existing domain') }} @endif
  • @if($plan->inventory == true) {{ __('Inventory Management') }} @else {{ __('Inventory Management') }} @endif
  • @if($plan->pos == true) {{ __('POS System') }} @else {{ __('POS System') }} @endif
  • @if($plan->customer_panel == true) {{ __('Customer Panel') }} @else {{ __('Customer Panel') }} @endif
  • @if($plan->google_analytics == true) {{ __('Google Analytics') }} @else {{ __('Google Analytics') }} @endif
  • @if($plan->gtm == true) {{ __('Google Tag Manager (GTM)') }} @else {{ __('Google Tag Manager (GTM)') }} @endif
  • @if($plan->facebook_pixel == true) {{ __('Facebook Pixel') }} @else {{ __('Facebook Pixel') }} @endif
  • @if($plan->whatsapp == true) {{ __('Whatsapp Api') }} @else {{ __('Whatsapp Api') }} @endif
  • @if($plan->qr_code == true) {{ __('QR Code') }} @else {{ __('QR Code') }} @endif
  • @if($plan->live_support == true) {{ __('Technical Support') }} @else {{ __('Technical Support') }} @endif
  • {{ __('Multi Language') }}
  • {{ __('Image Optimization') }}
@if($row->is_trial == 1) {{ __('Register') }} @endif
@endforeach

{{ __('review_title') }}

{{ __('review_description') }}

@foreach($testimonials as $row)

{{ $row->name ?? '' }}

{{ $row->slug ?? '' }}

{{ $row->excerpt->content }}

@endforeach

{{ __('brand_area_title') }}

{{ __('brand_area_description') }}

@endsection