|string> */ public function rules(): array { return [ 'name' => 'required|string|max:255', 'photo' => 'nullable|image|mimes:jpeg,png,jpg|max:1024', 'social_links' => 'nullable|json', ]; } }