@extends('front.front_layouts') @section('content') @foreach ($allFeatures as $allFeature)

{{ $allFeature->title }}

{{ $allFeature->description }}

@foreach ($allFeature->features as $innerFeature)

{{ $innerFeature['title'] }}

{{ $innerFeature['description'] }}

@endforeach
@endforeach @include('front.sections.call_to_action') @endsection