@extends('layouts.frontend.app') @section('slider')
@endsection @section('content')
{{ __('Amount') }} {{ $Info['main_amount'] }}
{{ __('Charge') }} {{ $Info['charge'] }}
{{ __('Total') }} {{ $Info['main_amount'] + $Info['charge'] }}
{{ __('Amount (USD)') }} {{ $Info['amount'] }}
{{ __('Payment Mode') }} {{ __('Stripe') }}
@csrf
@endsection @push('js') @endpush