@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}}
@can('edit',$model) 編輯
@csrf 刪除
@endcan @cannot('edit',$model) 無法進行編輯修改 @endcannot
@endsection {{-- Script --}} @push('scripts') @endpush