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

Withdraw Listing

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