@foreach($content_plan as $module)
{{--TODO - Pages changes--}}
{{--- --}}
-
@if($module->has_children($homepage))
@include('website._module_content_card_collapsed', compact('module'))
@include('website._module_content_card_children', ['children' => $module->get_children($homepage)])
@else
@include('website._module_content_card_collapsed', compact('module'))
@endif
@if($module->module_type === \App\Models\Module::TYPE_HOMEPAGE)
{{ Form::label_styled('Inner Pages', 'label-grey', \App\Helpers\FormComponentHelper::SIZE_LARGE) }}
{{ Form::separator_row('grey-divider thin-divider') }}
{{ Form::separator_row_empty() }}
@endif
@endforeach