@extends($layoutPath ?? 'sitemanager::layouts.app') @section('title', 'Private - ' . $post->title) @push('head') {!! resource('sitemanager::js/board/password-form.js') !!} {!! resource('sitemanager::css/board.default.css') !!} @endpush @section('content') {{ $post->title }} {{ $post->author_name ?: $post->member?->name ?: '익명' }} • {{ $post->published_at->format('Y-m-d H:i') }} @csrf @error('password') {{ $message }} @enderror Back to List Confirm @endsection
{{ $post->author_name ?: $post->member?->name ?: '익명' }} • {{ $post->published_at->format('Y-m-d H:i') }}
{{ $message }}