@extends('layouts.layout') @section('content')
@php $siemp=0; @endphp @if($myteam!="" && count($myteam)>0) @foreach($myteam as $myteamlist) @php $siemp++; @endphp @endforeach @endif
Si Emp ID Employee name
{{$myteamlist->username}} {{$myteamlist->name}}




@endsection