@extends('layouts.dashboard') @section('title', 'Proj Mgr - Create Sprint') @section('content')
Back to Sprints

Create Sprint

@csrf

New Sprint

Define a time-boxed period and assign tasks to track

@error('name')

{{ $message }}

@enderror
@error('goal')

{{ $message }}

@enderror
@error('start_date')

{{ $message }}

@enderror
@error('end_date')

{{ $message }}

@enderror
Back
@endsection