'nullable|string', 'phone' => 'nullable|numeric', 'email' => 'nullable|email', 'message' => 'nullable|string', 'attachment' => 'nullable|file|mimes:pdf,doc,docx,txt', ]; } }