@extends($activeTemplate . 'layouts.pdf_layout') @section('content')

@lang('Payment Successful!')

@lang('Your payment has been successfully done.')

@lang('Organization') {{ __(@$microfinance->ngo->name) }}
@lang('TRX') {{ $microfinance->trx }}
@lang('Time') {{ showDateTime($microfinance->created_at) }}
@lang('Amount') {{ showAmount($microfinance->amount) }}
(+) @lang('Charge') {{ showAmount($microfinance->charge) }}
@lang('Total') {{ showAmount($microfinance->total) }}
@endsection