@extends('layouts/layoutMaster') @section('title', 'MT5 Account List') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-style') @endsection @section('page-script') @endsection @section('content')
MT5 Account List
@if ($checkadmin == false && optional(Auth::user())->affiliate != '1') Create Mt5 Account @endif @if ($checkadmin == true || optional(Auth::user())->affiliate == '1') Create Mt5 Account @endif Export Mt5 Account
@if(optional(Auth::user())->affiliate != '1')
@endif
Login ID Client Name Email Password Group Name Leverage Balance
@endsection