@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['amount'] }} |
{{ __('Charge') }} | {{ $Info['charge'] }} |
{{ __('Total') }} | {{ $Info['amount']+$Info['charge'] }} |
{{ __('Amount (GHS)') }} | {{ $Info['amount'] }} |
{{ __('Payment Mode') }} | {{ __('Payu') }} |