@include('layouts.style') @include('layouts.nav') @php $currency = '₹'; @endphp
@if($message = Session::get('error')) @endif {!! Session::forget('error') !!} @if($message = Session::get('success')) @endif {!! Session::forget('success') !!}


@php $orderID = $orderRes['id']; @endphp
@include('layouts.footer') @include('layouts.script')