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