@php $formCount = explode(',', $bulkeditformids); @endphp
{{ucfirst($editType)}} templates for {{ count($formCount) }} Selected Forms
Close
@if($editType=='edit')
@elseif($editType=='add')
@endif @csrf
@php if(isset($commonComponentDetails) && !empty($commonComponentDetails)){ $formValue = $commonComponentDetails[0]; } @endphp @include('forms.inputs.' .$formValue['component']->component_code,compact('formValue'))
Back
@if($editType=='edit')
Save
@elseif($editType=='add')
Save
@endif
@include('includes.loader')
@include('includes.popup_message')
Are you sure want to delete this component?
Confirm
Cancel