@extends('components.layouts.platform-app') @section('title', $board->title . ' - ' . ($post->exists ? '게시글 수정' : '새 글 쓰기')) @section('content') @include('platform.posts.form') @endsection