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

PAMM Withdraw Listing

@if(empty($checkadmin) || in_array('edit',$withdrawper)) @endif
Id Client Name PAMM Name Vertex ID Amount in USD Withdraw Type Withdraw To Admin Comment Date Status Action
[[user.id]] [[user.name]] [[user.pammname]] [[user.mt5id]] [[user.amount]] [[user.withdrawtype]] [[user.withdrawto]] [[user.admincomment]] [[user.date]]
@endsection