@extends('layouts.dashboard') @section('style') @endsection @section('content')
| Date | Transaction ID | Method Name | Total | Charge | Amount | Success Date | Status |
|---|---|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($fund->created_at)->format('d-F-y h:i:s A') }} | {{ $fund->log->transaction_id }} | {{ $fund->log->method->name }} | {{ $basic->symbol }} {{ $fund->log->total }} | {{ $basic->symbol }} {{ $fund->log->charge }} | {{ $basic->symbol }} {{ $fund->log->amount }} | @if($fund->made_time == null) Not Seen Yet. @else {{ \Carbon\Carbon::parse($fund->made_time)->format('d-F-y h:i:s A') }} @endif | @if($fund->status == 0) Pending @elseif($fund->status == 1) Completed @else Refunded @endif |
{{ $fund->message }}