@canany(['hr_manager_hq', 'team']) @extends('adminlte::page') @section('title', $title) @section('content_header')

{{ $subtitle }}

@stop @section('content')
@if (session('success')) @endif
@foreach ($teams as $team) @if (!empty($team->id)) @endif @endforeach
# Team Managed by Actions
{{ $team->id }} {{ $team->team }} {{ $team->manage_by ? $team->ManageBy->name : 'Unassigned' }}
@stop @section('footer')   @stop @endcan