@extends('layouts.app') @section('page_title', 'Create Project') @section('content')

Create New Project

@csrf
@error('name')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
@php $colors = ['#3B82F6', '#EF4444', '#10B981', '#F59E0B', '#8B5CF6', '#EC4899', '#14B8A6', '#F97316', '#06B6D4', '#6366F1', '#84CC16', '#64748B']; @endphp @foreach($colors as $color) @endforeach
Cancel
@endsection