@extends('mobile.layouts.mobile-app') @section('title', $league['name'].' | Sport 1') @section('content')
@include('mobile.layouts._breadcrumb',['pageName'=> $league['name']])

{{ $league['name'] }}

{{ $league['country']['name'] }}

{{-- @if($latestRound-1 > 0) --}} {{-- @foreach($roundNumbers as $roundN) @if($roundN == $latestRound) @else @endif @endforeach --}}
Game Week
{{--
{{ $latestRound }}
--}}

{{ $chosenRoundMatches[0]['tournament_season_stage']['name'] }} - {{ $chosenRoundMatches[0]['round'] }}

    @foreach($chosenRoundMatches as $match)
  • @endforeach
@endsection