Create New Task

@if($errors->any())
@endif
@csrf
@error('title')
{{ $message }}
@enderror
Select Status
@foreach($statuses as $status)
@if(strtolower($status->label) === 'backlog') {{-- Inbox/Archive icon --}} @elseif(strtolower($status->label) === 'to do') {{-- Checkbox icon --}} @elseif(strtolower($status->label) === 'in progress') {{-- Lightning/Zap icon --}} @elseif(strtolower($status->label) === 'review') {{-- Eye/Magnifying glass icon --}} @elseif(strtolower($status->label) === 'done') {{-- Checkmark circle icon --}} @elseif(strtolower($status->label) === 'blocked') {{-- Stop/Pause icon --}} @else {{-- Default fallback icon --}} @endif {{ $status->label }}
@endforeach
@error('status_id')
{{ $message }}
@enderror
Add details that help team members understand and complete this task
Select one or more team members to assign this task
Select team members who will manage/oversee this task
Click to upload or drag and drop
PDF, DOC, XLS, Images, ZIP (Max 1MB per file)
@error('attachments')
{{ $message }}
@enderror @error('attachments.*')
{{ $message }}
@enderror
@if(isset($products) && $products->count() > 0)
Product Qty Unit Price Taxes Amount

No items added yet. Click "Add Item" to add products used in this task.

@endif
Cancel