@extends('FiveS.5s_nav') @section('content') @endsection
@foreach($team as $index => $team1) @endforeach
SNO Division Name Team Name
{{ $index + 1 }} {{ $team1['Division'] }} {{ $team1['Name'] }}