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

Create New Project

Define the core objectives and priority of a new project.

@csrf
@foreach(['low', 'medium', 'high', 'urgent'] as $priority) @endforeach
@foreach($employees as $employee) @endforeach

Collaborative Workspace

Once launched, you can assign team members and map out specific tasks within the project dashboard.

@endsection