Cart Totals

Total $ @if(empty($cart)) '0.00 ' @else {{ number_format($cart['total'],2) }} @endif