@include('includes.admin.header') @include('includes.admin.sidebar')

Team List From teams

All Teams

@if($teams->count() > 0) @foreach($teams AS $team) @endforeach @endif
# Name Address Home Ground Contact Person Phone Manager Team Coach Action
{{$team['name']}} {{$team['address']}} {{$team['home_ground']}} {{$team['contact_person']}} {{$team['phone']}} {{$team['manager']}} {{$team['team_coach']}}   
@include('includes.admin.footer')