@extends('layout.marketing_template') @section('marketingContent')

User Details

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg)) @endif @endforeach
${{ round($totalDeposit, 2) }}

Total Deposit

${{ round($totalWithdraw, 2) }}

Total Withdraw

{{ count($accountlists) }}

Total Account

@endsection