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

   Deposit Management

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

Deposit Listing

Id Vertex Id Account Type Amount Client Note Admin Comment Payment Method Deposit Proof Date Status Action
[[user.email]] [[user.mt5id]] [[user.accounttype]] [[user.amount]] [[user.note]] [[user.admincomment]] [[user.paymentmethod]] [[user.date]]
@endsection