@extends('layouts.backend.app') @section('title', 'Plan Payment history') @section('head') @include('layouts.backend.partials.headersection',['title'=>'Plan Payment history']) @endsection @section('content')
{{ __('Amount') }} | {{ $Info['main_amount'] }} |
{{ __('Charge') }} | {{ $Info['charge'] }} |
{{ __('Total') }} | {{ $Info['main_amount'] + $Info['charge'] }} |
{{ __('Amount (GHS)') }} | {{ $Info['amount'] }} |
{{ __('Payment Mode') }} | {{ __('Paystack') }} |