There was a new successful payment with {{ ucfirst($order->gateway) }} Order ID: {{ $order->order_id }} # Order Details:
Plan Type: {{ ucfirst($order->frequency) }}
Plan Name: {{ $order->plan_name }}
Total: {{ $order->price }}{{ $order->currency }}
Thank you,
{{ config('app.name') }}