@extends('frontend.layouts.main') @section('content') @include('frontend.layouts.header-2')
@foreach($features as $feature)

{{ Str::limit($feature->title,20) }}

{{ Str::limit($feature->excerpt->value ?? '',100) }}

@endforeach
@include('frontend.whychoose')

{{ __('Need A Support?') }} 🎧

@foreach($faqs as $key => $faq)

{{ $faq->excerpt->value ?? '' }}
@endforeach
@endsection