@extends('layouts.dash2') @section('content')
{{ $currency }}{{ number_format($dp->amount, 2) }} has been transferred successfully
Amount
{{ $currency }}{{ number_format($dp->amount, 2) }}
Method
{{ $dp->payment_mode }}
Status
{{ $dp->status }}
Transaction ID
{{ $dp->txn_id }}
Date & Time
{{ \Carbon\Carbon::parse($dp->date)->format('M d, Y \a\t h:i A') }}
Description
{{ $dp->Description }}