@extends('frontend::layouts.app') @section('content')
@if (!empty($banner['status'])) @include('frontend::pages.therapists.hero') @endif @include('frontend::pages.therapists.overview') @include('frontend::pages._partials.cta')
@endsection