@extends('layouts/layoutMaster') @section('title', 'Edit User') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
Back
@csrf
@csrf @method('PUT')
@if($user->affiliate != '1' && $user->issubadmin != '1')
@endif @if($user->affiliate == '1')
usermanager == '1') checked @endif>
mt4access == '1') checked @endif>
deposit == '1') checked @endif>
withdrawal == '1') checked @endif>
leads == '1') checked @endif>
@endif
@endsection