@extends('front.master') @section('content')

Payment

Payment details

  • {{ $response->visa->name }}
  • Government Fee
    USD {{ $response->visa->gov_fee }}
  • {{ $response->estimate->estimate->name }}
    USD {{ $response->estimate->price }}
  • Total (USD) USD {{ $response->estimate->price + $response->visa->gov_fee}}
Valid customer name is required.
+88
Your Mobile number is required.
Please enter a valid email address for shipping updates.
Please enter your shipping address.
Please select a valid country.
Please provide a valid state.
Zip code required.
@endsection