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

파트너 게시판 수정

@foreach ($categories as $idx => $code)
category === $code['code'] ? 'checked' : '' }}/>
@endforeach
notable === 'Y' ? 'checked' : '' }}/>
@endsection