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

Client Withdraw

{{ csrf_field() }}
@if($errors->has('bankaccount')) {{ $errors->first('bankaccount') }} @endif
@if($errors->has('mt5id')) {{ $errors->first('mt5id') }} @endif
@if($errors->has('amount')) {{ $errors->first('amount') }} @endif
@endsection