{{-- 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 --}}

 Berita

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