Earnings
| S/N | Amount | Username | Created | Updated |
|---|---|---|---|---|
| {{++$k}}. | {{substr($val->amount,0,9)}}BTC | {{$val->user['username']}} | {{date("Y/m/d", strtotime($val->created_at))}} | {{date("Y/m/d h:i:A", strtotime($val->updated_at))}} | @endforeach
@extends('master') @section('content')
| S/N | Amount | Username | Created | Updated |
|---|---|---|---|---|
| {{++$k}}. | {{substr($val->amount,0,9)}}BTC | {{$val->user['username']}} | {{date("Y/m/d", strtotime($val->created_at))}} | {{date("Y/m/d h:i:A", strtotime($val->updated_at))}} | @endforeach