@extends('front.master')
@section('content')
@php
$stripe_key = $setting->stripe_key;
@endphp
Payment Details
Visa
details
-
{{ $response->visa->name }}
-
{{ $response->visa->category_id }}
-
{{ \App\Models\VisaType::TYPE_ENTRY[$response->visa->entry_type] }}
-
{{ $response->estimate->estimate->name }}
-
Price
{{ $response->visa->amount }}Tk
-
{{ $response->estimate->estimate->name }}
{{ $response->estimate->price }}Tk
-
Total (Tk)
{{ $response->estimate_price }}Tk
@endsection
@section('custom_script')
@endsection