@endcan
@endif
@if (is_countable($sponsors_style1) && count($sponsors_style1) > 0)
@if(Auth::user())
@can('section check')
@endcan
@endif
@foreach ($sponsors_style1 as $item)
@if(Auth::user())
@can('section check')
@php
$url = request()->path();
$modified_url = str_replace('/', '-bracket-', $url);
@endphp
@endcan
@endif
@endforeach
@unset ($item)
@else
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
@if(Auth::user())
@can('section check')
@endcan
@endif
@endif
@endif
@if(Auth::user())
@can('section check')
@php
$url = request()->path();
$modified_url = str_replace('/', '-bracket-', $url);
@endphp
@endcan
@endif