{{-- Modal de visualização completa (aba Projetos — listagem SUPOP) --}} @php $ppOdsDirPath = ''; $ppOdsSampleUrl = asset('pmar/assets/img/ods/ods-01.png'); $ppOdsParsedPath = parse_url($ppOdsSampleUrl, PHP_URL_PATH); if (is_string($ppOdsParsedPath) && $ppOdsParsedPath !== '') { $ppOdsDirPath = dirname($ppOdsParsedPath); if ($ppOdsDirPath === '.' || $ppOdsDirPath === '/') { $ppOdsDirPath = ''; } } @endphp