@php error_reporting(0); if(request()->path()=="members/create") { $readonly= request()->role=="RT"?"disabled":""; }else { $readonly= request()->role!=""?"disabled":""; } @endphp Basic Information

@if($profile->id!=null) @endif
Member Information (Detail fill as per your PAN card and Aadhar card)
Business Information
Extra Account Information
Address Information
Contact Information
@if(request()->role=="") @if($memberTypeEnableDisable == 0) email!=null?'readonly':""}} value="{{old('email',$profile->email)}}" id="email" class="form-control"> @endif @if($memberTypeEnableDisable == 1) @endif @endif @if(request()->role!="") email!=null?'readonly':""}} value="{{old('email',$profile->email)}}" id="email" class="form-control"> @endif
@if(request()->role=="") @if($memberTypeEnableDisable == 0) contact!=null?'readonly':""}} value="{{old('contact',$profile->contact)}}" id="contact" class="form-control"> @endif @if($memberTypeEnableDisable == 1) @endif @endif @if(request()->role!="") contact!=null?'readonly':""}} value="{{old('contact',$profile->contact)}}" id="contact" class="form-control"> @endif
@if(request()->role=="" && $showMemberLoginId == 2)
@if(request()->role=="") loginId!=null?'readonly':""}} value="{{old('loginId',$profile->loginId)}}" id="contact" class="form-control"> @endif
@if(request()->role=="") show_login_id!=null?'readonly':""}} value="{{old('show_login_id',$profile->show_login_id)}}" id="contact" class="form-control"> @endif
@endif