@if(Auth::user()) @can('team check')
@endcan @endif
@if (is_countable($team_count_categories) && count($team_count_categories) > 0) @else @if (Auth::user() || $draft_view == null || $draft_view->status == 'enable') @endif @endif
@if (is_countable($teams_paginate_style) && count($teams_paginate_style) > 0)
@foreach ($teams_paginate_style 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)
{{ $teams_paginate_style->links() }}
@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
@if(Auth::user()) @can('team check')
@php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); @endphp
@csrf
@csrf
@csrf
@endcan @endif