@foreach ($contents as $cont)
  • @if (!empty($cont->image) and Storage::disk('public')->exists($cont->image))
    {{ $cont->description }}
    @endif @if (!empty($cont->link)) {{ $cont->title }} @endif
  • @endforeach