@extends('layouts.app') @section('title', '新增議題 - ' . $project->name) @section('content') @include('projects._nav')
新增議題
@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@if($versions->isNotEmpty())
@endif
允許格式:PDF、DOC / DOCX、ODT、JPG、PNG,單檔上限 20 MB
取消
@endsection @push('styles') @endpush @push('scripts') @endpush