robot picture
{{ $content['title'] }}


{!! $content['message'] !!}
{{ __('Payment Method') }}:   {{ Str::ucfirst($content['method']) }}
{{ __('Payment Amount') }}:   {{ currencyPrice($content['amount']) }}
{{ __('Payment Status') }}:   {{ Str::ucfirst($content['status']) }}
{{ __('Duration') }}:   {{ $content['duration'] }} {{ __('Days') }}