@extends("layout") @section("content") @php $arr=Session::get('data'); $plan= $arr[0]; $price= $arr[1]; $quantity = $arr[2]; @endphp Home Payment {{-- --}} Shipping/Billing Details First Name * Last Name * Billing Address * Country * Select a country here... ...and the selected country code will be updated here State * City * Zip Code * Phone Number * Email for receipt * Shipping address same as Billing Shipping Address * Country * Select a country here... ...and the selected country code will be updated here State * City * Zip Code* Alternate Phone Number Payment Details Selected Plan Amount USD $ Quantity --Select quantity-- 1 2 3 4 5 Cardholder name * Card details * Expiration Date * CVC * Fill Capcha * Pay Now @endsection @section("meta") @endsection @section('scripts') @endsection