@extends('layouts.dash2') @section('content')
@include('partials._mobile_header', [ 'title' => 'Transfer Successful', 'showBackButton' => true, 'backUrl' => route('dashboard'), 'financeUser' => $user ])

Transfer Successful

{{ $currency }}{{ number_format($dp->amount, 2) }}
to
{{ $recipientName }}
Done

Transaction Summary

Transaction ID {{ $dp->txn_id }}
Method {{ $dp->payment_mode }}
Status {{ $dp->status }}
Date {{ \Carbon\Carbon::parse($dp->date)->format('M d, Y') }}
@endsection