@php /* $layout_page = content_detail **Variables:** - $entry_currently: colection */ @endphp @extends($sc_templatePath.'.layout') @section('block_main')
{!! sc_html_render($entry_currently->content) !!}
{{-- Render include view --}} @include($sc_templatePath.'.common.include_view') {{--// Render include view --}} @endsection @push('scripts') {{-- Script here --}} @endpush