diff --git a/resources/views/static/dream-jobs-in-digital.blade.php b/resources/views/static/dream-jobs-in-digital.blade.php index 60843e279..cfc94f6d7 100644 --- a/resources/views/static/dream-jobs-in-digital.blade.php +++ b/resources/views/static/dream-jobs-in-digital.blade.php @@ -316,6 +316,7 @@ class="w-full rounded-2xl object-cover object-center h-[calc(80vw-40px)] sm:h-au $flagSrc = in_array($countryCode, $localFlagCodes, true) ? "/images/flags/{$countryCode}-flag.svg" : "https://flagcdn.com/w80/{$countryCode}.png"; + $rolePreview = trim(preg_replace('/\s+/', ' ', strip_tags(html_entity_decode((string) ($result['role'] ?? ''))))); @endphp