@if($content[0]['type'] == 'heading')

{{$content[0]['data']['content']}}

@endif
@foreach($content as $cont) @if($cont['type'] == 'image')
{{getImageURLandAlt($cont['data']['url'])->alt}}
@endif @endforeach