@inject('SectionService', 'App\Services\SectionService')
@php
$param = 'products';
$technologyData = $SectionService->get($param);
$techHead = $technologyData['techHead'] ?? [];
$techPilars = $technologyData['techPilars'] ?? [];
$techClasses = $technologyData['techClasses'] ?? [];
@endphp
{{ $tech['description'] ?? 'No description available.' }} No technology classes available. {{ $card['text'] ?? 'Default Text' }}{{ $techHead['heading'] ?? 'Default Heading' }}
{{ $techHead['subheading'] ?? 'Default Subheading' }}
Access Console