@php $siteurl=$_SERVER['HTTP_HOST']; $url=explode(".",$siteurl); $InstanceName=$url[0]; $pass_array=array("ModuleId"=>$ModuleId,"RowId"=>$RowId); $results_obj = json_decode($results); //$userdetails=Auth::user(); //$LoggedUserId = Auth::user()->RefId; //echo $LoggedUserId; //print_r($userdetails); echo "
";
                //print_r($RelatedModulesConfig);
                //print_r($UrlParamenters);
               // print_r($header);
                //print_r($results_obj);
                //print_r($_REQUEST);
            echo "
"; //die(); $LoggedUserId=1; @endphp @php $siteurl=$_SERVER['HTTP_HOST']; //$url=explode(".",$siteurl); // crm.bpm360.net //echo ""; @endphp
@csrf
@php $loopcount=1; $tabdiv=1; $closediv=0; $required=""; $panelname=""; $paneltype=""; $paneltype="accordian"; $paneltype="tab"; $opentab=0; $closetabcontent=0; $closetabdiv=0; $oldpanel=""; $closeaccordian=0; $closeaccordiandiv=1; $i=0; @endphp @foreach($header as $fieldList) @php $field_name=$fieldList['FieldName']; $DisplayName=$fieldList['DisplayName']; $DisplayType=$fieldList['DisplayType']; $DependentRelateToGroupId=$fieldList['DependentRelateToGroupId']; $Required=$fieldList['Required']; $tempReadOnly=$fieldList['Readonly']; try { $LabelValue = $results_obj[0]->$field_name; } catch(\Exception $e) { continue; } $DropDownNameId=$fieldList['DropDownNameId']; $ParentModuleId=$fieldList['ParentModuleId']; if($Required==1) { $required="required"; $requiredDisplay='*'; } else { $required=""; $requiredDisplay=''; } @endphp @if($loopcount == 1) @endif @php $getpaneltid=$fieldList['PanelId']; foreach($panelList as $panel) { if($panel->DisplayPanelId==$getpaneltid) { $paneltype=$panel->PanelType; if($paneltype==0) { $paneltype="accordian"; } else { $paneltype="tab"; } $panelname=$panel->PanelName; } } @endphp @if($oldpanel!=$fieldList['PanelId'] && $paneltype=="accordian") @if($closeaccordian==1)
@endif @if($closetabdiv=="1")