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

{{ Str::words($page_data['headings']['interface_title_start'] ?? '', 5, '...') }} {{ Str::words($page_data['headings']['interface_title_end'] ?? '', 15, '...') }}

{{ Str::words($page_data['headings']['interface_description'] ?? '', 20, '...') }}

@foreach ($interfaces as $interface)
phone
@endforeach

{{ $page_data['headings']['get_app_title_start'] ?? '' }} {{ $page_data['headings']['get_app_title_middle'] ?? '' }} {{ $page_data['headings']['get_app_title_end'] ?? '' }}

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

{{-- Watch demo Code Start --}}

{{ Str::words($page_data['headings']['watch_title_start'] ?? '', 5, '...') }} {{ Str::words($page_data['headings']['watch_title_middle'] ?? '', 5, '...') }} {{ Str::words($page_data['headings']['watch_title_end'] ?? '', 5, '...') }}

{{ Str::words($page_data['headings']['watch_description'] ?? '', 20, '...') }}

{{-- Pricing-Plan-section demo Code Start --}} @include('landing::web.components.plan') {{-- Payment-panel-section demo Code Start --}}

{{ Str::words($page_data['headings']['payment_title_start'] ?? '', 15, '...') }} {{ Str::words($page_data['headings']['payment_title_middle'] ?? '', 15, '...') }} {{ Str::words($page_data['headings']['payment_title_end'] ?? '', 15, '...') }}

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

{{-- Testimonial Section Start --}}

{{ Str::words($page_data['headings']['testimonial_title_start'] ?? '', 15, '...') }} {{ Str::words($page_data['headings']['testimonial_title_end'] ?? '', 15, '...') }}

{{-- --}}
@foreach ($testimonials as $testimonial)

{{ Str::words($testimonial->text ?? '', 18, '...') }}

{{ Str::limit($testimonial->client_name ?? '', 20, '') }}
{{ Str::limit($testimonial->work_at ?? '', 25, '') }}

@for ($i = 0; $i < $testimonial->star; $i++) ★ @endfor

@endforeach
{{-- Blogs Section Code Start --}}

{{ Str::words($page_data['headings']['blog_title_start'] ?? '', 15, '...') }} {{ Str::words($page_data['headings']['blog_title_end'] ?? '', 15, '...') }}

{{ Str::words($page_data['headings']['blog_view_all_btn_text'] ?? '', 3, '...') }}
@include('landing::web.components.blog')
@include('landing::web.components.signup') @endsection @push('js') @endpush