Date: {{ date('d M Y',strtotime($receipt->created_at)) }} Transaction No: {{ $receipt->trans_id }}

Payment Details

Name {{ $receipt->first_name }} {{ $receipt->last_name }}
Provider {{ $paymentDetails[0] }}
To {{ str_replace('To','',$paymentDetails[1]) }}
Reference No {{ $receipt->reference }}
Phone {{ str_replace('Phone','',$paymentDetails[3]) }}
Amount {{ str_replace('Amount','',$paymentDetails[4]) }}