@if($data = $website->moduleSections('flip-sections', 3))
@foreach($data->sections as $section)

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

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

@lang('tr.Read more')
@endforeach
@endif