@extends('master') @section('content')
Approved deposit
@foreach($deposit as $k=>$val) @endforeach
S/N Name Amount BTC Method Ref Charge Created Updated Action
{{++$k}}. {{$val->user->name}} {{number_format($val->amount).$currency->name}} {{convertFloat($val->btc_amo)}}BTC {{$val->gateway['name']}} {{$val->trx}} {{number_format($val->charge).$currency->name}} {{date("Y/m/d h:i:A", strtotime($val->created_at))}} {{date("Y/m/d h:i:A", strtotime($val->updated_at))}}
@stop