{{-- example/content --}} {{-- breadcrumb --}} @component('breadcrumb_component', [ // form config here 'page_name' => $page_name, 'slug' => $slug, 'url' => $url ]) {{-- slot --}} @endcomponent
{{-- caption --}}
{{-- top content --}} @component('widget.banner_component', [ // form config here 'banner_widgets' => $banner_widgets, ]) {{-- slot --}} @endcomponent
{{-- end caption --}} {{-- don't add slash div in here! --}}
{{-- left layout main menu --}}

{{ $text }}

{{-- end start edit example from here --}}
@component('widget_component', [ // form config here 'links' => $links, 'visits' => $visits, 'activities' => $activities, ]) {{-- slot --}} @endcomponent