@isset($content)
@if ($content->type == 1)
@foreach ($content->steps as $key => $step)
@if ($key == 0)
@else
@endif
@if ($step->hasMedia('service_step'))
@endif
@foreach ($step->points as $pointkey => $point)
@if ($pointkey == 0)
@else
@endif
@endforeach
@endforeach
@elseif ($content->type == 2)
@foreach ($content->benefits as $key => $benefit)
@if ($key == 0)
@else
@endif
@endforeach
@elseif ($content->type == 3)
@endif
@endisset