• Cart {{ core_getCart()->item_count ?? 0 }}
  • {{ core_getCart()->item_count ?? 0 }}
    Total: ${{ core_getCart()->grand_total ?? 0.00 }}
    Checkout
    {{-- @php dd(core_getCart()); @endphp --}} @push('js') @endpush