@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => $back_route])
@csrf
@php $status_id = old('status_id',isset($model)?$model->status_id:''); @endphp 發佈後,其他版次的隱私權政策將會被下架! @if ($errors->has('status_id')) @foreach($errors->get('status_id') as $error)
{{ $error }}
@endforeach @endif
@if ($errors->has('name')) @foreach($errors->get('name') as $error)
{{ $error }}
@endforeach @endif
@component('component.single_file',['name'=>'file','model'=>isset($model)?$model:null,'file_url'=>isset($model->file_display_name)?route('admin.activity_privacy_policy.file',['activity_privacy_policy'=>$model, 'filename' => $model->file_display_name]):null,'mimes'=>'.pdf']) @endcomponent 上傳格式:.pdf
@endsection {{-- Script --}} @push('scripts') @endpush