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