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