@if($data = $website->moduleSections('text-sections'))

@lang('tr.Services')

@php($info = $website->services())
@foreach($data->sections as $section)
@php($image = $info->where('title', $section->title.'.'.$section->id)->first()) @if(!empty($image)) img @else img @endif
@endforeach
@endif