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

Your Package on your given radius is given below.

@foreach($data as $package)

${{$package->price}}

{{$package->productname}}
{{$package->productdescription}}
@csrf
@if($closer != '961' && $closer != '') Click here if you have discount coupon? @endif @if (Session::has('error')) @endif
@endforeach
@foreach($coupon as $coupondata)

You have already applied coupon on this product. If you want to use another coupon you need to remove current coupon code.

remove discount
Coupon Code: {{$coupondata["code"]}}
Price: ${{$coupondata["price"]}}
Discount: -{{$coupondata["discount_price"]}}
New Price: ${{$coupondata["new_discount_price"]}}
@csrf
@endforeach
@endsection