@extends('layouts.app') @section('content')
@foreach($data as $info)

{{$info->bname}}

{{$info->radius_address}}

{{$info->radius}} miles

{{$info->productname}} - {{($info->closer_name)}}

${{$info->oldprice}}

@endforeach @foreach($data as $binfo) @if($binfo->code != '')
Remove discount
Coupon Code: {{$binfo->code}}
Price: ${{$binfo->oldprice}}
Discount: -{{$binfo->discount_price}}
New Price: ${{$binfo->newprice}}
@endif @endforeach @if (Session::has('error')) @endif
Pay from Card @foreach($data as $package) Pay from Paypal @endforeach
@if(Session::has('paymentpending'))

your order information is saved you can pay now and complete your package order.

@else

Save Order Information & Pay Later

@csrf @foreach($data as $info) @endforeach
@endif
@if (Session::has('payment-error'))
@endif
@endsection