@if(!empty($section['section_content']) && count($section['section_content']) > 0) @foreach($section['section_content'] as $content)
{{ ucfirst($content['text'] ?? "") }}
@endforeach @endif