@php $images = !empty($introSection->images) ? json_decode($introSection->images, true) : []; @endphp
@if (isset($images[0]) && !empty($images[0]))
@endif @if (isset($images[1]) && !empty($images[1]))
@endif @if (isset($images[2]) && !empty($images[2]))
@endif

{!! $introSection->subtitle !!}

{!! $introSection->title !!}

{{ $introSection->description }}