I\'m trying to find a service from a text, in the controller:
$id = (int)$mg_text; //$mg_text is an string that a user has sent $service = Service::find($id);