Recharge Receipt

Date: {{date("d/m/Y",strtotime($allRecharge->created_at))}} Time {{date("H:i:s A",strtotime($allRecharge->created_at))}}
Transaction id: {{$allRecharge->transaction_id}} Operator: {{$allRecharge->operator}}
Recharge Amount: {{number_format($allRecharge->amount,2)}}
Mobile: {{$allRecharge->mobile}}
Recharge Status: {{$allRecharge->statusC}}


Thanks,
{{ config('app.name') }}