@if(Auth::user()) @can('team check')
@endcan @endif
@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')
Team

Our Team

@endif @endisset @if (is_countable($teams_style1) && count($teams_style1) > 0)
@foreach ($teams_style1 as $item)
@if(Auth::user()) @can('team check') @php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); @endphp
@csrf
@endcan @endif @if (!empty($item->section_image))
Team image
@endif
{{ $item->name }}

{{ $item->job }}

@endforeach @unset ($item)
@else @if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
Team image
George Avenue

Web Designer

Team image
Dominick A. Gray

App Developer

Team image
Michael L. Lloyd

UI Designer

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