admin dashboard

This commit is contained in:
kshitige
2024-05-31 15:10:50 +05:30
parent c7641338b7
commit 4618bd2c6a
8 changed files with 33 additions and 16 deletions

View File

@@ -57,6 +57,7 @@ class StoreLeadRequest extends FormRequest
'zip_code' => 'nullable|numeric|digits:6',
'country' => 'nullable|string|max:255',
'description' => 'nullable|string',
'lead_source' => 'nullable|string',
];
}
@@ -69,4 +70,4 @@ class StoreLeadRequest extends FormRequest
'numeric' => 'The :attribute field must be numbers.'
];
}
}
}