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

Deposit Listing

Client Name Parent Name Vertex Id Account Type Amount Client Note Admin Comment Payment Method Deposit Proof Requested Date Approved Date Status Action
[[user.name]] [[user.parent_name]] [[user.mt5id]] [[user.accounttype]] [[user.amount]] [[user.note]] [[user.admincomment]] [[user.paymentmethod]] [[user.date]] [[user.approvedate]]
@endsection