@php $layoutStructure = config('pages.templates')[$page->route]['layout-structure']; @endphp @foreach ($layoutStructure as $trKey => $trValue) @foreach ($trValue['columns'] as $cKey => $column) @endforeach @endforeach

Page Layout

{{ $column['label'] }}

{{ trans('admin/pages.add-new-module') }}
@include('admin.pages-modules.modules-list', ['row' => $trKey, 'column' => $cKey, 'page' => $page, 'source'=>'page-module'])