@php $cbPad2 = function ($value) { if ($value === null) { return '0'; } if (!is_numeric($value)) { return (string) $value; } $intValue = (int) $value; if ($intValue === 0) { return '0'; } return str_pad((string) $intValue, 2, '0', STR_PAD_LEFT); }; @endphp
{!! Theme::section('community.page.weather') !!}
Revenue $
${{number_format($revenue, 2, '.', ',')}}

Current Month Revenue

Customers
{{$cbPad2($active_customers)}}

Total active customers

Website Traffic