This commit is contained in:
Kerim 2023-06-27 01:26:08 +05:00
parent 157748eeb5
commit b30c24010e
1 changed files with 3 additions and 3 deletions

View File

@ -115,9 +115,9 @@ class AssignProductController extends Controller
if ($key == 'phone' && $sellerInput == null) {
return redirect()->back()->with('warning', __('marketplace::app.shop.sellers.account.profile.validation.phone'));
}
if ($key == 'state' && $sellerInput == null) {
return redirect()->back()->with('warning', __('marketplace::app.shop.sellers.account.profile.validation.state'));
}
// if ($key == 'state' && $sellerInput == null) {
// return redirect()->back()->with('warning', __('marketplace::app.shop.sellers.account.profile.validation.state'));
// }
if ($key == 'city' && $sellerInput == null) {
return redirect()->back()->with('warning', __('marketplace::app.shop.sellers.account.profile.validation.city'));
}