@php $modalClassName = $modalClassName ?? ''; @endphp @foreach ($moealSetFile['BodyCopyPopupVars']['Display'] as $key => $i) @if ($moealSetFile['BodyCopyPopupVars']['Display'][$key] != 'd-none') @push('modal') @include($moealSetFile['BodyCopyPopupVars']['BladeRoute'][$key], [ 'moealSetFile' => $moealSetFile['BodyCopyPopupVars']['Parameter'][$key], 'modalClassName' => $modalClassName ]) @endpush @endif @endforeach @once @endonce