@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => $back_route])
| 年度 | {{$model->display_year}} | ||
|---|---|---|---|
| 名稱 | {{$model->name}} | ||
| 內容摘要 | {{$model->content}} | ||
| 起訖時間 | {{$model->period}} | ||
| 附件 | @if(!empty($model->file_display_name)) {{$model->file_display_name}} @else 無附件 @endif | ||
| 公開 | {{$model->is_public_name}} | ||