@extends('layouts.app') @section('content') @php $today = now()->toDateString(); $maxDate = now()->addDays(30)->toDateString(); @endphp

Redmine 服務申請

返回列表
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif {{-- 申請類型選擇卡片 --}}
新增帳號
申請全新的 Redmine 帳號
加入專案
已有帳號,申請加入特定專案
新增專案
申請在 Redmine 建立新專案
{{-- 申請表單 --}}
@endsection @push('scripts') @endpush