@extends('layouts.page', [ 'panel_display' => true, 'panel_menu_active' => ['notices.list'] ]) @include('html.header.select2') @include('html.header.datepicker', ['language' => 'kr']) @include('html.header.input') @push('css') @endpush @push('head') @endpush @section('ui-content')

파트너 게시판 @if (isLogin('staff')) @endif

@include('template.boards.list.default', [ 'headers' => [ [ 'column' => 'title', 'name' => '제목', ], [ 'column' => 'created_date', 'name' => '등록일', ], [ 'column' => 'created_member_name', 'name' => '등록자', ], ], 'items' => $notices, 'routes' => [ 'view' => 'notices.view', ], ])
@endsection