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

{{ $data->module->locale->title }}

@if($data->logo)
@else
@endif @foreach($data->sections as $section)
{{$section->locale->title}}
{{$section->locale->description}}

@endforeach
@endif