@if( $medias && count($medias) > 0 )
@foreach( $medias as $k => $v )
@if( count($v['media_attachment']) > 0 && $v['media_attachment'][0]['attachment'] )
![{{$v['title']}}]({{ $singleImage }})
@else
@endif
{{ substr( $v['description'], 0, 200 ) }}...
Read More →
@endforeach
@else
No records found for the search
@endif