@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => $back_route])
佈告欄訂閱資料
佈告欄類型{{$model->type_name}}
佈告欄{{$model->display_name}}
是否寄送通知{{$model->notification_name}}
訂閱時間類型{{$model->subscription_type->name}}
起迄日{{$model->subscription_period}}
編輯 @can('cancellSubscribe', $model) {{-- 全校的不可取消 --}} @if($model->type != 'schoolwide')
@csrf 取消訂閱
@endif @endcan
@endsection {{-- Script --}} @push('scripts') @endpush