@php $words = explode(' ', $data['certificate']->title); // Get the first word (index 0) from the array $firstWord = $words[0]; $restofWord = Str::replace($words[0], '', $data['certificate']->title); @endphp
@else
@endif
{{$restofWord}}
{{ $data['certificate']->top_text }}
@if($data['certificate']->name){!! $data['certificate']->description !!}