@extends('admin.layouts.app') @section('page_title',__('Payment Log')) @section('content')
@lang("Total Payment Log")
{{ fractionNumber($paymentRecord[0]['totalPaymentLog'], false) }} @lang("From") {{ fractionNumber($paymentRecord[0]['totalPaymentLog'], false) }}
{{ fractionNumber($paymentRecord[0]['totalPaymentLog']) }}%
@lang("Payment Success")
{{ $paymentRecord[0]['paymentSuccess'] }} @lang("From") {{ $paymentRecord[0]['totalPaymentLog'] }}
{{ fractionNumber($paymentRecord[0]['paymentSuccessPercentage']) }}%
@lang("Pending Payment")
{{ $paymentRecord[0]['pendingPayment'] }} @lang("From") {{ $paymentRecord[0]['totalPaymentLog'] }}
{{ fractionNumber($paymentRecord[0]['pendingPaymentPercentage']) }}%
@lang("Cancel Payment")
{{ $paymentRecord[0]['cancelPayment'] }} @lang("From") {{ $paymentRecord[0]['cancelPayment'] }}
{{ fractionNumber($paymentRecord[0]['cancelPaymentPercentage']) }}%
@lang('No.') @lang('Transaction ID') @lang('Name') @lang('Method') @lang('Amount') @lang('Payable Amount') @lang('Status') @lang('Date') @lang('Action')
@include('admin.user_management.components.payment_information_modal') @endsection @push('css-lib') @endpush @push('js-lib') @endpush @push('script') @endpush