@unless ($hideIndicators)
@foreach ($slides as $slide) @endforeach
@endunless
@foreach ($slides as $slide)
{{ $slide->getCustomProperty('title') }} @if (!$hideCaptions && strlen($slide->getCustomProperty('description')))
{{ $slide->getCustomProperty('title') }}

{{ $slide->getCustomProperty('description') }}

@endif
@endforeach
@if (!$hideControls && count($slides) > 1) @endif