@if(old('items'))
@foreach(old('items') as $index => $itemData)
@if($itemData['item_type'] == 'track')
@elseif($itemData['item_type'] == 'item')
@elseif($itemData['item_type'] == 'custom')
@endif
@endforeach
@endif
{{ __('dashboard.Price Breakdown') }}:
{{ __('dashboard.Price Before Discounts') }}: 0.00
{{ __('dashboard.General Discounts Total') }}: 0.00
{{ __('dashboard.Coupon Discount') }}: 0.00
{{ __('dashboard.Total Discounts') }}: 0.00
{{ __('dashboard.Final Total') }}: 0.00