@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))
@if(isset($options))
@endif @endif @if (! empty($teachers))
@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']) @endif @yield("board-events") @if ($board['isWrite']) @endif
@endif
{{ $posts->total() }}
@yield("board-content")
@endsection @push("script") @endpush