0 ? fetch_request($id) : null; if (!$request) { http_response_code(404); render_head(project_name() . ' | Request not found', 'Requested submission was not found.', true); render_navbar('detail'); ?> Request not foundThe requested submission does not exist or was removed.Back to dashboard Request detail = e(request_reference((int) $request['id'])) ?> Submitted = e(format_datetime((string) $request['created_at'])) ?> Back to dashboard = e(request_status_options()[$request['status']] ?? ucfirst((string) $request['status'])) ?> Contact = e($request['name']) ?> Email = e($request['email']) ?> Company = e($request['company'] ?: 'Not provided') ?> Project type = e($request['project_type']) ?> Timeline = e(timeline_options()[$request['timeline']] ?? $request['timeline']) ?> Budget = e(budget_options()[$request['budget']] ?? $request['budget']) ?> Project brief = nl2br(e((string) $request['details'])) ?> Status Update request stage Current stage $label): ?> >= e($label) ?> Save status Use this page as the handoff surface between intake and next-step qualification. Edit/delete can be added later if needed.
The requested submission does not exist or was removed.
Submitted = e(format_datetime((string) $request['created_at'])) ?>