+ {/* Search Input */}
+
+
+ {/* Train Number Input */}
+
+
+
+ setTrainNumber(e.target.value)}
+ className="w-full px-4 py-2 pr-10 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 transition duration-300"
+ />
+
+
+
+
+ {/* Train Name Input */}
+
+
+
+ setTrainName(e.target.value)}
+ className="w-full px-4 py-2 pr-10 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 transition duration-300"
+ />
+
+
+
+