'icons/duotune/maps/map004.svg', 'title' => 'Sales', 'description' => '100 Regions', 'stats' => '$2,5b', 'arrow' => 'up' ), array( 'icon' => 'icons/duotune/general/gen024.svg', 'title' => 'Revenue', 'description' => 'Quarter 2/3', 'stats' => '$1,7b', 'arrow' => 'down' ), array( 'icon' => 'icons/duotune/electronics/elc005.svg', 'title' => 'Growth', 'description' => '80% Rate', 'stats' => '$8,8m', 'arrow' => 'up' ), array( 'icon' => 'icons/duotune/general/gen005.svg', 'title' => 'Dispute', 'description' => '3090 Refunds', 'stats' => '$270m', 'arrow' => 'down' ) ); $color = $color ?? 'primary'; ?>

Sales Summary

{{ theme()->getView('partials/menus/_menu-3') }}
You Balance $37,562.00
@foreach($listRows as $row)
{!! theme()->getSvgIcon($row['icon'], "svg-icon-1") !!}
{{ $row['title'] }}
{{ $row['description'] }}
{{ $row['stats'] }}
@if($row['arrow'] === 'up') {!! theme()->getSvgIcon("icons/duotune/arrows/arr066.svg", "svg-icon-5 svg-icon-success ms-1") !!} @else {!! theme()->getSvgIcon("icons/duotune/arrows/arr065.svg", "svg-icon-5 svg-icon-danger ms-1") !!} @endif
@endforeach