@endcan
@endif
@isset ($cta_section_style1)
@if(Auth::user())
@can('section check')
@endcan
@endif
@php echo html_entity_decode($cta_section_style1->title); @endphp
@else
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
@if(Auth::user())
@can('section check')
@endcan
@endif
Dou you need a new project ?
@endif
@endisset
@if(Auth::user())
@can('section check')
@php
$url = request()->path();
$modified_url = str_replace('/', '-bracket-', $url);
@endphp
@endcan
@endif