@php $details = data_get($transaction, 'details'); @endphp
{!! __('You are about to deposit :amount in your account.', ['amount' => ''.data_get($details, 'amount').'' ]) !!}
{{ __('Please review the information and confirm.') }}