@extends("common.layout-popup") @section("header") @endsection @section("page-title", "[". $board['name'] ."] 노출순서 관리") @section("content")
게시물의 순서를 변경하거나 설정 해제할 수 있습니다.
비전시 처리된 게시물은 자동 설정 해제 처리됩니다.
1:1문의에는 최대 7개의 FAQ가 노출됩니다.
게시물 목록
@foreach ($posts as $post) ! $post->isVisible])> @endforeach
등록일시 제목 순서변경
{{ $post->created_at }} {{ $post->content->title }}
@endsection @push("script") @endpush