Total {{__('db.Items')}}

{{number_format((float)$total_item, gen_setting()->decimal, '.', '')}}

Total {{__('db.Quantity')}}

{{number_format((float)$total_qty, gen_setting()->decimal, '.', '')}}

@php if(gen_setting()->theme == 'default.css'){ $color = '#733686'; $color_rgba = 'rgba(115, 54, 134, 0.8)'; } elseif(gen_setting()->theme == 'green.css'){ $color = '#2ecc71'; $color_rgba = 'rgba(46, 204, 113, 0.8)'; } elseif(gen_setting()->theme == 'blue.css'){ $color = '#3498db'; $color_rgba = 'rgba(52, 152, 219, 0.8)'; } elseif(gen_setting()->theme == 'dark.css'){ $color = '#34495e'; $color_rgba = 'rgba(52, 73, 94, 0.8)'; } @endphp