{{ __('Cart Summary') }}
{{ __('Cart Totals') }}
{{ __('Subtotal') }}
{{ $currecy_details ?? '$' }}{{ $totalPrice }}
@extends('frontend.theme_2.app') @section('title', 'Cart & Checkout') @section('content')
{{ __('Subtotal') }}
{{ $currecy_details ?? '$' }}{{ $totalPrice }}