@extends('hr_main') @section('title', '| ' . $data['pageTitle']) @section('content')
{!! $data['pageTitle'] !!}
@php $sl = 1; @endphp @foreach ($data['teams'] as $team) @endforeach
SL# Department Name Team Name Employees Action
{{ $sl++ }} {{ $team->department_name }} {{ $team->name }} {{ $team->employee_names }}
@endsection @section('footerAssets') @endsection