@extends('layouts/layoutMaster') @section('title', 'Dashboard') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content') @can('permission_create')
| Name | MT5 Acc | Amount | Date |
|---|---|---|---|
{{ $depo->user->name }} |
{{ $depo->mt4account }} |
{{ $depo->amount }} |
{{ date('d-m-Y', strtotime($depo->created_at)) }} |
Registered on {{ date('d-m-Y', strtotime($user->created_at)) }}
No online users found
| CLIENT NAME | MOBILE | REGISTER DATE | |
|---|---|---|---|
{{ $cuser->name }} |
{{ $cuser->email }} |
{{ $cuser->mobile }} |
{{ date('d-m-Y', strtotime($cuser->created_at)) }} |