@php $project = $project ?? null; $selectedBranding = old('branding', $project->branding ?? []); if (!is_array($selectedBranding)) { $selectedBranding = is_string($selectedBranding) ? json_decode($selectedBranding, true) ?: [$selectedBranding] : []; } @endphp
{{-- Card 1: Project Information --}}
Project Information
{{-- Card 2: Client Information --}}
Client Information
{{-- Card 3: Purchase Order --}}
Purchase Order
{{-- Merged Card: Product, Plant & Packaging Requirements --}}
Product, Plant & Packaging Requirements
Add Requirement Item
Added Requirements (0)
@php $initialReqs = old('project_requirements', isset($project) ? $project->requirements_list : []); @endphp {{-- Dynamically populated via JS --}}
REQUIREMENT TYPE SPECIFICATION / NAME QUANTITY ACTION
{{-- Card 6: Delivery Information --}}
Delivery Information
{{-- Card 7: Description & Notes --}}
Description & Notes
{{-- Bottom Action Buttons --}}