{{ $prefix }}Menu Name #{{ $loop->iteration }} {{ $website_nav_module->name_text }} @if ($website_nav_module->has_children()) @foreach($website_nav_module->get_children() as $child) @include('website.exports._content_plan_website_nav_module', ['website_nav_module' => $child, 'prefix' => $prefix.'Sub-']) @endforeach @endif