@extends($layoutPath ?? 'sitemanager::layouts.app') @section('title', $board->name . ' - 게시글이 없습니다') @push('head') {{-- 로그인 상태 정보 전달 --}} {!! resource('sitemanager::css/board.default.css') !!} @endpush @section('content')

No posts yet

There are no posts in {{ $board->name }} yet.
Be the first to write a post.

@if($board->menu_id && can('write', $board)) Write the first post @endif
@endsection