@extends('layouts.default', [ 'activatedNavItem' => 'EDM', ]) @push('head') @endpush @section('content')

공지사항

놓칠 수 없는 edm유학센터의 최신 소식

@if ($content->p_notice) [공지] @endif {{ $content->p_title }}

{{-- edm관리자 --}} {{ $content->p_reg_date->format('Y.m.d') }} 조회 {{ $content->p_read }}
{!! $content->p_content !!}
@endsection