@endcan
@endif
@isset ($map_section_style1)
@if(Auth::user())
@can('section check')
@endcan
@endif
@else
@if(Auth::user())
@can('section check')
@endcan
@endif
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
@endif
@endisset
@if(Auth::user())
@can('section check')
@php
$url = request()->path();
$modified_url = str_replace('/', '-bracket-', $url);
@endphp