@extends('layouts.web.master') @section('title') {{ __(env('APP_NAME')) }} @endsection @section('main_content')
{{-- Feature Code Start --}} @include('web.components.feature') {{-- Interface Code Start --}}

{{ $page_data['headings']['interface_title'] ?? '' }}

{{ $page_data['headings']['interface_description'] ?? '' }}

@foreach ($interfaces as $interface)
phone
@endforeach
{{-- Watch demo Code Start --}}

{{ $page_data['headings']['watch_title'] ?? '' }}

{{ $page_data['headings']['watch_description'] ?? '' }}

watch
{{-- Pricing-Plan-section demo Code Start --}} @include('web.components.plan') {{-- Testimonial Section Start --}}

{{ $page_data['headings']['testimonial_title'] ?? '' }}

@foreach ($testimonials as $testimonial)

{{ $testimonial->text }}

{{ $testimonial->client_name }}
{{ $testimonial->work_at }}
    @for ($i = 0; $i < 5; $i++)
  • @endfor
@endforeach
{{-- Blogs Section Code Start --}}

{{ $page_data['headings']['blog_title'] ?? '' }}

{{ $page_data['headings']['blog_view_all_btn_text'] ?? '' }}
@include('web.components.blog')
@endsection