@if(Session::has('success'))
{{Session::get('success')}}
@endif
@foreach($products_with_quantities as $product)
@endforeach
@csrf