@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}}
@can('edit', $model) @if(empty($is_public))
編輯 @include('component.show.delete')
@endif @endcan
@endsection {{-- Script --}} @push('scripts') @endpush