@extends('layouts.app')
@section('title', $title ?? __('approach.hero.title'))
@section('content')
@include('sections.approach.hero')
@include('sections.approach.cycle')
@include('sections.approach.phases')
@include('sections.approach.continuous')
@include('sections.approach.personalization')
@include('sections.approach.team')
@include('sections.approach.tools')
@include('sections.approach.cta')
@endsection