|
@@ -13,10 +13,13 @@ class CompanySettingRequest extends FormRequest
|
|
|
'hero_subtitle' => 'sometimes|nullable|string|max:1000',
|
|
'hero_subtitle' => 'sometimes|nullable|string|max:1000',
|
|
|
'stat1_value' => 'sometimes|nullable|string|max:50',
|
|
'stat1_value' => 'sometimes|nullable|string|max:50',
|
|
|
'stat1_label' => 'sometimes|nullable|string|max:100',
|
|
'stat1_label' => 'sometimes|nullable|string|max:100',
|
|
|
|
|
+ 'stat1_icon' => 'sometimes|nullable|string|max:100',
|
|
|
'stat2_value' => 'sometimes|nullable|string|max:50',
|
|
'stat2_value' => 'sometimes|nullable|string|max:50',
|
|
|
'stat2_label' => 'sometimes|nullable|string|max:100',
|
|
'stat2_label' => 'sometimes|nullable|string|max:100',
|
|
|
|
|
+ 'stat2_icon' => 'sometimes|nullable|string|max:100',
|
|
|
'stat3_value' => 'sometimes|nullable|string|max:50',
|
|
'stat3_value' => 'sometimes|nullable|string|max:50',
|
|
|
'stat3_label' => 'sometimes|nullable|string|max:100',
|
|
'stat3_label' => 'sometimes|nullable|string|max:100',
|
|
|
|
|
+ 'stat3_icon' => 'sometimes|nullable|string|max:100',
|
|
|
'about_vision' => 'sometimes|nullable|string|max:2000',
|
|
'about_vision' => 'sometimes|nullable|string|max:2000',
|
|
|
'about_mission' => 'sometimes|nullable|string|max:2000',
|
|
'about_mission' => 'sometimes|nullable|string|max:2000',
|
|
|
'about_values' => 'sometimes|nullable|string|max:2000',
|
|
'about_values' => 'sometimes|nullable|string|max:2000',
|