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