@if (Auth::guard('customer')->check())

Sub Total: ${{ number_format($cart?->grand_total ?? 0, 2) }}

@endif
View Cart
Checkout