@php $title = $program->job_title; $degree = 'BHM DEGREE'; // or extract dynamically $title = str_replace($degree, "$degree", strtoupper($title)); @endphp

{!! $title !!}

@foreach ($program->job_contain as $career)
Career Option
{{ $career['name'] }}
@endforeach