@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['currency'] }}) {{ $Info['amount'] }}
{{ __('Payment Mode') }} {{ __('RazorPay') }}
@endsection @push('js') @endpush