@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 --}}
{{-- Card 2: Client Information --}}
{{-- Card 3: Purchase Order --}}
{{-- Merged Card: Product, Plant & Packaging Requirements --}}
{{-- Card 6: Delivery Information --}}
{{-- Card 7: Description & Notes --}}
{{-- Bottom Action Buttons --}}