@if(Auth::user())
@can('team check')
@endcan
@endif
@isset ($team_section_style1)
@php echo html_entity_decode($team_section_style1->section_title); @endphp
@php echo html_entity_decode($team_section_style1->title); @endphp
@else
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
@endif
@endisset
@if (is_countable($teams_style1) && count($teams_style1) > 0)
@else
@if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
@endif
@endif