@extends('layouts.user') @section('contents')
{{ date('d-m-y H:i:s', strtotime($transfer->created_at)) }}
Ref: {{ $transfer->ref }}
@if ($transfer->sender_id == user()->id)Fee: {{ formatAmount($transfer->fee) }}
@endif{{ formatAmount($transfer->amount) }}
Sent
to {{ $transfer->receiver_name }}
Received
from {{ $transfer->receiver_name }}