@extends('layouts.app') @section('title', $league['name'].' - Standings | Sport 1') @section('league-header-tabs') @endsection @section('content') @include('layouts._secondary-menu',['secondaryMenus' => ['News','Standings','Fixtures','Scorer','Teams','History']]) @include('layouts._breadcrumb',['pageName'=> ['Football', $league['name'] ,'Standings']])
@include('layouts._league-header',['league' => $league, 'leagueMatches' => $leagueMatches])

Standings

Group Stage

{{--
--}}
@foreach($stages as $key=>$stage) @if(count($stage) <2) @else @foreach($stage as $temp=>$s) @if(strpos($s['name'],'Group')) @endif @endforeach @endif @endforeach
@include('layouts.sidebars._league-side-bar')
@endsection