@extends('layouts.app') @section('sidebar') @include('sidebar') @stop @section('content')

Crypto Report

@if(Session::has('success'))
{!! Session::get('success') !!}
@endif
{{-- --}} {{-- --}} {{-- --}} {{-- --}} @php $totalDeposit = 0; $totalWithdrawal = 0; $sr = 1; @endphp @if (count($records)) @foreach ($records as $key => $record) @php $totalDeposit += ($record['deposit']['mt4'] + $record['deposit']['wallet']); $totalWithdrawal += ($record['withdrawal']['client'] + $record['withdrawal']['ib']); @endphp @endforeach @else @endif {{-- --}} {{-- --}}

Date : {{ $requestDate != '' ? $requestDate : 'N/A' }}

# Name Deposit Withdraw Action
Crypto Total CryptoLocal Total LA INRCrypto Total CryptoLocal Total LA INR
MT4 Account WalletsMT4 Account WalletsClients IBClients IB
{{ $sr++ }} {{ $key }} {{ $record['deposit']['mt4'] }} {{ $record['deposit']['wallet'] }} {{ $record['deposit']['mt4'] + $record['deposit']['wallet'] }} {{ $record['withdrawal']['client'] }} {{ $record['withdrawal']['ib'] }} {{ $record['withdrawal']['client'] + $record['withdrawal']['ib'] }} {{-- daily-report/crypto-report/{id}/get-report/{date} --}}
No Record found
Total Crypto Deposit ${{ $totalDeposit ?? 0 }}Total LA INR ₹{{ round($TotalLA,2) ?? 0 }}Total Crypto Withdraw ${{ $totalWithdrawal }}Total LA INR ₹{{ round($TotalLA_withdrawal,2) ?? 0 }}
@endsection @section('script') {{ Html::script('custom/eModal/eModal.js') }} {{ Html::script('custom/datatables/datatables.bundle.js') }} @endsection