@extends("common.layout") @section("header") {!! resource('js/components/multiSelect.js') !!} {!! resource('css/components/multiSelect.css') !!} @endsection @section("content")
$board['prefix'] ]) }}"> {{ $pageServiceName }} {{ $board['name'] }} 게시글 목록
$board['prefix'] ]) }}" class="search-form" id="board-form" method="GET">
{{-- @csrf --}}
@if ( $board['prefix'] == 'event')
이벤트일
@else
등록일
@endif @if ($service == "common" && $board['prefix'] != 'special')
서비스구분
전체
인강
어학원
@else
@endif @if ($board['isWrite'])
전시상태
전체
비노출
노출
@endif @if (! empty($products))
상품
@foreach ($products as $product)
id, Request::get('product_id')))>{{ $product->name }}
@endforeach
@if(isset($options))
옵션
@foreach ($options as $option)
{{ $option['name'] }}
@endforeach
@endif @endif @if (! empty($teachers))
강사명
@foreach ($teachers as $teacher)
id, Request::get('teacher_id')))>{{ $teacher->name }}
@endforeach
@endif @yield("board-search")
제목
@if (! $board['isWrite'])
작성자
@endif
조회
@if ( $board['isWrite'] || in_array($board['prefix'], ['pass', 'center', 'class']))
@yield("board-buttons") @if ( in_array($board['prefix'], ['pass', 'center', 'class']))
엑셀다운로드
@endif @if ($board['isFixed'])
{{ $board['isGnbView'] ? 'GNB노출' : '상단고정' }}
@endif @yield("board-events") @if ($board['isWrite'])
등록
@endif
@endif
총
{{ $posts->total() }}
건
@yield("board-content")
@endsection @push("script") @endpush