@include('layouts.style')
@include('layouts.nav') @php $currency = '₹'; @endphp
@if($message = Session::get('error'))
×
Error!
{{ $message }}
@endif {!! Session::forget('error') !!} @if($message = Session::get('success'))
×
Success!
{{ $message }}
@endif {!! Session::forget('success') !!}
@php $orderID = $orderRes['id']; @endphp
@include('layouts.footer') @include('layouts.script')