@php $classtypesShow = App\Models\HomepageSetting::get('classtypes_show', true); $classtypesLabel = App\Models\HomepageSetting::get('classtypes_label', 'CLASS FORMATS'); $classtypesHeading = App\Models\HomepageSetting::get('classtypes_heading', 'Choose the Style That Suits You'); $classtypesSubtext = App\Models\HomepageSetting::get('classtypes_subtext', 'We offer both collaborative group classrooms and highly focused private sessions.'); $groupCard = App\Models\HomepageSetting::get('classtypes_group_json', []); $privateCard = App\Models\HomepageSetting::get('classtypes_private_json', []); @endphp @if($classtypesShow)
{{ $classtypesSubtext }}
{{ $groupCard['description'] ?? '' }}
{{ $privateCard['description'] ?? '' }}