@php /* $layout_page = shop_news_detail **Variables:** - $news: no paginate */ @endphp @extends($sc_templatePath.'.layout') @section('block_main')
{!! sc_html_render($news->content) !!}
@endsection @push('styles') {{-- Your css style --}} @endpush @push('scripts') {{-- //script here --}} @endpush