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

{{-- video player widget --}}
{{-- end start edit example from here --}}
@component('widget_component', [ // form config here 'links' => $links, 'visits' => $visits, 'activities' => $activities, ]) {{-- slot --}} @endcomponent
@push('script-after-global') @endpush