Styled Paper - Copy this React, Mui Component to your project
add and update: const truckData = [ { id: "T001", availableDate: "2024-02-20", origin: "Seattle, WA", destination: "Portland, OR", equipmentType: "Flatbed", loadType: "Full", length: "53", weight: "45000", ratePerMile: "$3.75", comments: "Available for immediate dispatch", referenceId: "REF123", contactName: "John Doe", contactPhone: "+1-555-0123", contactEmail: "john@trucking.com", status: "Available" }, { id: "T002", availableDate: "2024-02-21", origin: "Miami, FL", destination: "Atlanta, GA", equipmentType: "Refrigerated", loadType: "Full", length: "48", weight: "40000", ratePerMile: "$4.00", comments: "Temperature controlled unit", referenceId: "REF124", contactName: "Jane Smith", contactPhone: "+1-555-0124", contactEmail: "jane@trucking.com", status: "In Transit" }
