|string> */ public function rules(): array { return [ 'name' => 'required|string', 'rating' => 'required|string', 'company' => 'string', 'post' => 'string', 'location' => 'string', 'description' => 'required|string' ]; } }