@extends('layouts.layout') @section('title', 'Add Fund History') @section('content')

Add Fund History
@php $i = 1; @endphp @foreach($about as $fund) @endforeach
USER TRXID AMOUNT Method Time
{{ $fund->usr->name}} {{ $fund->trx }} {{ $fund->amount}} USD {{ $fund->method}} {{ date("Y-m-d h:i:s A" , $fund->tm) }}
@endsection