@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => $back_route])
| 公告狀態 | {{$model->status->name}} | ||
|---|---|---|---|
| 活動 | {{$model->activity->name ?? ''}} | ||
| 公告標題 | {{$model->title}} | ||
| 公告內文 | {!!$model->content!!} | ||
| 發佈時間 | {{$model->published_at}} | ||