<div class="alertalert-success">Thank you, order succesfully placed. Your order number is <b>{{ $order_id }}</b>. We will contact you shortly.</div>
<div class="alertalert-success">Thank you, order succesfully placed. Your order number is <b>{{ session('order_id') }}</b>. We will contact you shortly.</div>
<a href="{{route('homepage')}}">You may like our other products</a>
<a href="{{route('homepage')}}">You may like our other products</a>
@else
@else
<div>There are no products in the cart. <a href="{{route('homepage')}}">Check our products</a></div>
<div>There are no products in the cart. <a href="{{route('homepage')}}">Check our products</a></div>