|string> */ public function rules(): array { return [ 'body' => 'nullable|string|required_without:image', 'image' => 'nullable|image|max:5120', // Max 5MB ]; } }