{{-- foreach form card --}}
@foreach($intergrations_data as $intergration)
@if($intergration['type'] == "none")

@else @endif
{{$intergration['name']}}
@endforeach
@foreach($intergrations_data as $intergration) @if($intergration['type'] != "none")

{{$intergration['name']}}

Loading...
@foreach($intergration['fields'] as $field)
@php $field_value = $item_intergration->settings[$field['name']]; @endphp @if (in_array($field['type'], ['text','number','email'])) @elseif($field['type'] == 'select') @endif
@endforeach
@endif @endforeach