No |
{{ $board['page'] == "teacher" ? "수강강좌" : "수강상품" }} |
제목 |
작성자 |
등록 일자 |
조회수 |
@if ($posts?->count() > 0 || $fixedPosts?->count() > 0)
@if ($fixedPosts && $fixedPosts->count() > 0)
@foreach ($fixedPosts as $post)
@endforeach
@endif
@foreach ($posts as $post)
@endforeach
@else
|
@endif