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

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

@foreach($data->sections as $section)
{{$section->locale->title}}

{{$section->locale->description}}

@endforeach
@endif