����JFIF��`�`�����prepare("UPDATE inspection_bookings SET status = ? WHERE id = ?"); $stmt->execute([$status, $id]); redirect("view_inspection.php?id=$id&msg=updated"); } $id = isset($_GET['id']) ? intval($_GET['id']) : 0; $stmt = $pdo->prepare(" SELECT i.*, b.model_name, b.reference_id FROM inspection_bookings i LEFT JOIN bikes b ON i.bike_id = b.id WHERE i.id = ? "); $stmt->execute([$id]); $insp = $stmt->fetch(); if (!$insp) { die("Inspection not found."); } ?> View Inspection - ReOwn Admin

Inspection Details #

Back to List
Inspection status updated successfully.

Customer Details

Name
Phone
Address / Location
Notes

Booking Details

Target Bike (#) General Inspection
Preferred Date
Preferred Time
Submitted On

Update Status