@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') }}
@csrf
@endsection @push('js') @if ($Info['test_mode'] == 1) @else @endif @endpush