{{__('messages.layouts_sort')}}
-
@foreach($Layouts as $row)
-
{{__('messages.layout_type_' . $row->layout_type)}}
@php $strArr = []; foreach ($row->Contents as $rowCon) { $strArr[] = $rowCon->name; } @endphp {{implode(',', $strArr)}}
@endforeach