@extends('components.customer-layout') @section('header')
@endsection {{-- @dd($transactionsPagination, $transactions) --}} @section('content') {{-- description --}}| S.No | Name | USD Amount | FLT Amount | Status | Date | {{--Action | --}}
|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $transaction->type }}
|
${{ number_format($transaction->amount , 2, ".", "," ) }} | {{ number_format($transaction->flt_value , 2, ".", ",") }} | {{ $transaction->status }} |
{{ date('d M,Y', strtotime($transaction->createdAt)) }}
|