{{-- Pending Project Card ==================== Self-contained partial; mirrors the target_freelancer card style used on the add-project page. Because the project data lives in localStorage (not a Blade variable), the card is rendered with empty placeholder elements that a small inline script on the host page fills in at runtime. Usage: @include('front.project._pending_project_card') The host page is responsible for the JS that: - reads localStorage['pendingProjectData'] - populates #pending-project-title / #pending-project-desc - sets #pending-project-card to display:block - hides the role-selection UI - wires #cancel-pending-project-btn --}}