@extends('layouts.portal') @section('header_title', 'Refine Project') @section('content')

Edit Project

Update the objectives and team structure of an active project.

@csrf @method('PATCH')
@foreach(['low', 'medium', 'high', 'urgent'] as $priority) @endforeach
@php $teamIds = $project->users->pluck('id')->toArray(); @endphp @foreach($employees as $employee) @endforeach
Cancel Changes
@endsection