@extends('layout.layout') {{-- Style --}} @push('links') @if (isset($_SERVER['HTTP_USER_AGENT']) && ( (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false ) || (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7.0; rv:11.0') !== false)|| (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7.0') !== false) ) ) @else @endif @endpush {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => $back_route])
@csrf

基本設定


@if ($errors->has('title')) @foreach($errors->get('title') as $error)
{{ $error }}
@endforeach @endif
如使用IE瀏覽器色碼的部分請手動輸入,可達調整行事曆顯示顏色 @if ($errors->has('color')) @foreach($errors->get('color') as $error)
{{ $error }}
@endforeach @endif
@php $enabled = $model->enabled; @endphp
@if ($errors->has('enabled')) @foreach($errors->get('enabled') as $error)
{{ $error }}
@endforeach @endif
@if ($errors->has('description')) @foreach($errors->get('description') as $error)
{{ $error }}
@endforeach @endif
@if($model->type=='personal')

共用設定


is_public==1) checked @endif >
@csrf
多筆資料用 "," 隔開。
送出
@else @endif

訂閱者


帳號 姓名 權限
查無資料
@endsection {{-- Script --}} @push('scripts') @if (isset($_SERVER['HTTP_USER_AGENT']) && ( (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false ) || (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7.0; rv:11.0') !== false) )|| (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7.0') !== false) ) ) @else @endif @endpush