@extends('frontView.layout') @section('title_area') Shopping @endsection @section('content')

Billing Details

{{ $expire_date ?? '' }}
@if(isset($result->additional_options)) @foreach($result->additional_options as $item)
@if($item->additional_option == 'Text Option') required == 'Active') required @endif> @elseif($item->additional_option == 'Device Option') @endif
@endforeach @endif

Your Order

@if($cart_couunt > 0 && $shoppingcart) @foreach($shoppingcart as $item) @endforeach @endif
Product Subtotal
{{$item->name ?? ''}} {{ \App\basic::price($item->subtotal ?? '0.00', $currency_config)}}

Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy.

@endsection