Client Name: = htmlspecialchars($record['client_name']) ?>
Contact: = htmlspecialchars($record['contact_number']) ?>
Equipment: = htmlspecialchars($record['equipment_type']) ?>
Brand: = htmlspecialchars($record['brand']) ?>
Serial Number: = htmlspecialchars($record['serial_number']) ?>
Service Date: = date('m/d/Y', strtotime($record['service_date'])) ?>
Technician: = htmlspecialchars($record['technician']) ?>
Status: = $record['status'] ?>
Issue Description:= nl2br(htmlspecialchars($record['issue_description'])) ?>
Service Notes:= nl2br(htmlspecialchars($record['service_notes'])) ?>