@extends(env('APP_NAME').'.layout') @push('head') {!! resource($defaultSkinPath.'asset/common.css') !!} {!! resource($skinPath.'asset/index.css') !!} @endpush @section('content')

{{ $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
@elseif (count($video)>0)
@foreach($video as $var) @include($viewPath.'video-loop') @endforeach
@endif
@if (isset($cfg->use->search))
@endif
@if (!empty($cfg->show->pagemenu)) @endif @include($viewPath.'footer')
@endsection