| {{$request["name"] ? ucfirst($request["name"]) : "Anonymous"}} |
{{$data ["amount"] ? ($data["amount"]." ".$data["currency"]) : ("0.00 ".$data["currency"])}} |
{{$data["payment_method"] ? $data["payment_method"] : "Cash"}} |
{{$data ["transaction_id"] ? $data["transaction_id"] : "xxxxxxx"}} |
{{\Carbon\Carbon::now()->format("d-m-y")}} |