@extends('layouts.app') @section('content')

新增 Redmine 專案

返回列表
@if ($errors->any())
{{ $errors->first() }}
@endif
專案資訊
@csrf
唯一識別碼,僅限小寫英文、數字、連字號(-)
@foreach ($trackers as $tracker)
@endforeach

@endsection