|string> */ public function rules(): array { return [ 'title' => 'required|string|max:255', 'type' => 'required|string|max:255', 'resource' => 'nullable|string|max:255', 'resource_url' => 'nullable|string|max:255', ]; } }