@php $modalClassName = $modalClassName ?? ''; //var_dump($moealSetFile['General']['Title']); @endphp @php //var_dump($moealSetFile['CopyToAnotherPopupVars']['Display']); @endphp @foreach ($moealSetFile['CopyToAnotherPopupVars']['Display'] as $key => $i) @if ($moealSetFile['CopyToAnotherPopupVars']['Display'][$key] != 'd-none') @push('modal') @include($moealSetFile['CopyToAnotherPopupVars']['BladeRoute'][$key], [ 'moealSetFile' => $moealSetFile['CopyToAnotherPopupVars']['Parameter'][$key], 'modalClassName' => 'copy-to-another-'.$modalClassName ]) @endpush @endif @endforeach @once @endonce