Create New Milestone
@if($errors->any())
⚠️ Please fix the following errors:
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Milestone Information
Project
*
-- Select Project --
@foreach($projects as $project)
id ? 'selected' : '' }}> {{ $project->title }}
@endforeach
Select the project this milestone belongs to
@error('project_id')
{{ $message }}
@enderror
Milestone Name
*
@error('name')
{{ $message }}
@enderror
Description
Optional
{{ old('description') }}
0 / 65535 characters
@error('description')
{{ $message }}
@enderror
Schedule & Settings
Target Date
Expected completion date for this milestone
@error('target_date')
{{ $message }}
@enderror
Sort Order
Lower numbers appear first in lists
@error('sort_order')
{{ $message }}
@enderror
Visible in Customer Portal
— Customers will be able to see this milestone
Create Milestone
Cancel