{{-- @dd($content) --}}

{{ $compContent['main_heading_red'] ?? ''}} {{ $compContent['main_heading_rest'] ?? '' }}

    @foreach($services as $service)
  • img {{ $service->title ?? ''}}

    {!! \Illuminate\Support\Str::words($service->description, 25, '...') !!}

  • @endforeach