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