null, "nombre" => null, 'mostrar_en_cliente' => false, "comentarios" => null, "user_updated_id" => 0, "created_at" => null, "updated_at" => null, "deleted_at" => null, ]; protected $casts = [ "mostrar_en_cliente" => "boolean", "comentarios" => "string", "user_updated_id" => "int", ]; }