{{ $seoHeader->title }}
@php($best = $Bbs->getOption('best', 2)) @php($video = $Bbs->getOption('video', 2)) @if (count($best)>0)베스트 후기
-
@foreach($best as $var)
@include($viewPath.'notice-loop')
@endforeach
@foreach($video as $var)
@include($viewPath.'video-loop')
@endforeach
@endif
@if (isset($cfg->use->search))
@endif
-
@foreach($vars as $var)
@include($viewPath.'index-loop')
@endforeach
{{ $vars->withQueryString()->links() }}
@endif
@include($viewPath.'footer')