@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

Format

@if($data['certificate']->frontside_bg_image) @else @endif
@if($data['certificate']->logo) @endif

{{$firstWord}}

{{$restofWord}}

{{ $data['certificate']->top_text }}

@if($data['certificate']->name)

Name Surname

@endif

{!! $data['certificate']->description !!}

@if($data['certificate']->bottom_left_signature)
@endif
{{$data['certificate']->bottom_left_text}}
@if($data['certificate']->bottom_right_signature)
@endif
{{$data['certificate']->bottom_right_text}}