Hello
what may be the reason why the icon is not displayed?
SimpleCard::create(array(
"title"=>"Cena wszystkich sprzedanych ubezpieczeń",
"value"=>($this->src("...")->query("select sum(price) from TableA")),
"preset"=>"success",
"cssClass"=>array(
"icon"=>"fa fa-eye fa-xl p-5",
"card"=>"p-1",
"tittle"=>"font-normal",
"value"=>"big-font",
),
"format"=>array(
"value"=>array(
"decimals"=>2,
"suffix"=>" PLN",
"decimalPoint"=>",",
"thousandSeparator"=>".",
)
),
"cssStyle"=>array(
"title"=>"font-weight:lighter;font-size:14px;",
"value"=>"font-weight:lighter;font-size:24px;",
)
));
All the best :)