@extends('layouts.front') @section('title') Home @endsection @section('content')

{{isset($template->title)?$template->title:''}}

{{isset($template->description)?$template->description:''}}

Login Sign Up
@if(isset($template->bg_image_file_name) && $template->bg_image_file_name) @endif
@if(isset($template->first_brand_img) && $template->first_brand_img) @endif
{{isset($template->first_brand_title)?$template->first_brand_title:''}}

{{isset($template->first_brand_description)?$template->first_brand_description:''}}

@if(isset($template->sec_brand_img) && $template->sec_brand_img) @endif
{{isset($template->sec_brand_title)?$template->sec_brand_title:''}}

{{isset($template->sec_brand_description)?$template->sec_brand_description:''}}

@if(isset($template->thr_brand_img) && $template->thr_brand_img) @endif
{{isset($template->thr_brand_title)?$template->thr_brand_title:''}}

{{isset($template->thr_brand_description)?$template->thr_brand_description:''}}

@if(isset($template->sec_thr_bg_image_file) && $template->sec_thr_bg_image_file) @endif

{{isset($template->sec_thr_title)?$template->sec_thr_title:''}}

{{isset($template->sec_thr_description)?$template->sec_thr_description:''}}

Read More
{{isset($template->section_marketing_tool_main_title)?$template->section_marketing_tool_main_title:''}}

{{isset($template->section_marketing_tool_sub_title)?$template->section_marketing_tool_sub_title:''}}

@if(isset($template->first_img_file_name) && $template->first_img_file_name) @endif
{{isset($template->first_title)?$template->first_title:''}}

{{isset($template->first_description)?$template->first_description:''}}

@if(isset($template->sec_img_file_name) && $template->sec_img_file_name) @endif
{{isset($template->sec_title)?$template->sec_title:''}}

{{isset($template->sec_description)?$template->sec_description:''}}

@if(isset($template->thr_img_file_name) && $template->thr_img_file_name) @endif
{{isset($template->thr_title)?$template->thr_title:''}}

{{isset($template->thr_description)?$template->thr_description:''}}

{{isset($template->sec_seven_title)?$template->sec_seven_title:''}}

{{isset($template->sec_seven_description)?$template->sec_seven_description:''}}

More Features
@if(isset($template->sec_seven_bg_image_file) && $template->sec_seven_bg_image_file) @endif
@if($plans->isNotempty())

{{isset($template->sec_six_title)?$template->sec_six_title:''}}

@foreach($plans as $key=>$plan)
{{$plan->title}}

{{formatNumberWithCurrSymbol($plan->price)}}

/{{$plan->recurring_type}}

Contact Limit {{$plan->contact_limit}}

Daily Send Limit {{$plan->daily_send_limit}}

Daily Receive Limit {{$plan->daily_receive_limit}}

Device Limit {{$plan->device_limit}}

Choose the plan that right for you

@endforeach
@endif

Get in Touch

{{isset($template->sec_thr_description)?$template->sec_thr_description:''}}

Contact Us

Drop Us a Line

@csrf
@endsection @section('extra-scripts') @endsection