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

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

@foreach($data->sections as $section)

{{$section->locale->title}}

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

@endforeach
study
@endif