@foreach ($contents as $cont)
  • @if (!empty($cont->thumbnail))
    @endif
    자세히 보기
    {!! $cont->title !!}
    @if (!empty($cont->category)) @foreach ($cont->category as $cat)
    @if ($cat == '모집중') {{$cat}} @else {{$cat}} @endif
    @endforeach @endif
    {!! $cont->preview !!}
  • @endforeach