@extends('layouts.appNew') @section('content')

Dashboard

@if(\Session::has('success'))

{{\Session::get('success')}}

@endif
@php $count = 0; @endphp @foreach($account as $row)
@if(!empty($row->platform_id)) @if($row->platform_id == 1) @elseif($row->platform_id == 2) @endif @endif
@if(!empty($row->platform_id)) @if($row->platform_id == 1) MT

4

@elseif($row->platform_id == 2) MT

5

@endif @endif
@if(!empty($row->account_type)) @if($row->account_type == 1) Real @elseif($row->account_type == 2) Demo @endif @endif
@if(!empty($row->account_balance) || $row->account_balance == 0) {{ $row->account_balance }}.00 @else 0.00 @endif
@if($row->account_type == 1) @else @endif
@php $count++; @endphp @endforeach
@if(count($account) == 3) View All @endif

Activities 890,344 Profits

08:42
MT4 Account Deposit INR 35000
10:00
Wallet Deposit
14:37
Withdrawal Done USD 700. to ESL
16:50
MT5 Account Deposit
21:03
New account created #XF-2356.
16:50
MT5 Account Withdrawal
21:03
New account created #XF-2356.
10:30
Quarterly report generated
Generate Reports
Finance and accounting reports
$24,500
Profits Oct 8 - Oct 26 23
$15,300
@endsection