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

    {{ $cont->title }}

    {{ $cont->description }}

    @if (!empty($cont->link))
    자세히보기
    @endif
  • @endforeach