@extends('layouts.admin') @section('title') All Transfers @endsection @section('contents')
Name | Receiver | Amount | Currency Conversion | Cost of Transfer | Tax Revenue | Ref | OTP | Status | Date |
---|---|---|---|---|---|---|---|---|---|
Name | Receiver | Amount | Currency Conversion | Cost of Transfer | Tax Revenue | Ref | OTP | Status | Date |
{{ $trans->user ? $trans->user->fname .' '. $trans->user->fname : '' }} |
{{ $trans->recbank }} {{ $trans->recaccname }} {{ $trans->recaccnum }} |
${{ $trans->amt }} |
{{ $trans->currency_conversion }} {{ $trans->currency_conversion_charge }} |
{{ $trans->cost_of_transfer }} {{ $trans->cost_of_transfer_charge }} |
{{ $trans->tax_revenue }} {{ $trans->tax_revenue_charge }} |
{{ $trans->ref }} | {{ $trans->otp }} | {{ $trans->status }} | {{date('jS \of F Y', strtotime($trans->created_at))}} |