@extends('layouts.header') @section('content')

Confirm and Place Order

TotalAmount
@php $loopcount=0; @endphp @foreach($PaymentMode as $PaymentModeKey=>$PaymentModeValue) @php $loopcount++; @endphp @endforeach
{{$PaymentModeValue}} @if($PaymentModeValue == 'Coupon') @endif
Total :
@endsection