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/duotone/Navigation/Arrow-up.svg", "svg-icon-5 svg-icon-success ms-1") !!} @else {!! theme()->getSvgIcon("icons/duotone/Navigation/Arrow-down.svg", "svg-icon-5 svg-icon-danger ms-1") !!} @endif
@endforeach