@php $pageTitle = '공지사항'; $pageDesc = '서비스 운영 및 결제/발송 관련 안내를 확인하세요.'; $breadcrumbs = [ ['label' => '홈', 'url' => url('/')], ['label' => '고객센터', 'url' => url('/cs')], ['label' => '공지사항', 'url' => url('/cs/notice')], ['label' => $notice->subject, 'url' => url()->current()], ]; $csActive = 'notice'; $dt = $notice->regdateCarbon(); // 첨부파일명 추출(경로/URL 모두 대응) $file1 = $notice->file_01 ? basename(parse_url($notice->file_01, PHP_URL_PATH) ?? $notice->file_01) : null; $file2 = $notice->file_02 ? basename(parse_url($notice->file_02, PHP_URL_PATH) ?? $notice->file_02) : null; @endphp @extends('web.layouts.subpage') @section('title', e($notice->subject) . ' | 공지사항 | PIN FOR YOU') @section('meta_description', 'PIN FOR YOU 공지사항 상세 페이지입니다.') @section('canonical', url('/cs/notice/'.$notice->seq)) @push('styles') @endpush @section('subcontent')