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