@php $modalClassName = $modalClassName ?? ''; @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