prepare("UPDATE quotations SET status = ? WHERE id = ?"); $stmt->execute([$status, $id]); $msg = "
| Service Type: | = e($quote['quotation_type']) ?> |
|---|---|
| Client Name: | = e($quote['name']) ?> |
| Location: | = e($quote['location']) ?> |
| Contact Number: | = e($quote['contact_number']) ?> |
| Pantry Shape: | = e($quote['shape']) ?> |
| Length: | = e($quote['side1']) ?> |
| Side A: | = e($quote['side1']) ?> |
| Side B: | = e($quote['side2']) ?> |
| Side A: | = e($quote['side1']) ?> |
| Middle: | = e($quote['side2']) ?> |
| Side C: | = e($quote['side3']) ?> |
| Height: | = e($quote['height']) ?> |
| Width: | = e($quote['width']) ?> |
| Additional Requirements: | = nl2br(e($quote['additional_req'])) ?: 'None' ?> |
| ID | Date | Client Name | Service | Location | Status | Action |
|---|---|---|---|---|---|---|
| #= $q['id'] ?> | = date('M d, Y h:i A', strtotime($q['created_at'])) ?> | = e($q['name']) ?> | = e($q['quotation_type']) ?> | = e($q['location']) ?> | Pending Reviewed Completed | View Details |