@extends('layouts.app') @section('title', 'Create Project') @section('breadcrumb') Projects / Create Project @endsection @section('content')
@csrf
@error('name')
{{ $message }}
@enderror
@foreach(['#6366f1','#ec4899','#22c55e','#f97316','#3b82f6','#eab308','#14b8a6','#ef4444'] as $c) @endforeach
Cancel
@endsection