@extends('admin.layouts.app') @section('title', '공지사항 수정') @section('page_title', '공지사항 수정') @section('page_desc', '공지/숨김/첨부파일/링크를 관리합니다.') @push('head') @endpush @section('content') @php $isHidden = (($row->hiding ?? 'N') === 'Y'); $isPinned = ((int)($row->first_sign ?? 0) > 0); $meta = '#'.((int)($row->seq ?? 0)).' / reg: '.($row->regdate ?? '-').' / hit: '.($row->hit ?? 0); @endphp {{-- 상단 요약 --}}