@extends('layouts.mobile') @section('page_title') Teams and Leagues - {{{$information['activity_name']}}} - OSAA @stop @section('page_sub_title') {{$information['activity_name']}} Teams and Leagues @stop @section('head') @stop @section('header_button_left') Back @stop @section('jquery_init') @stop @section('left_nav_panel') @parent
  • {{{ $information['activity_name'] }}} Menu
  • Schedules {{($information['sport_type'] == 'ts') ? "& Scores" : ""}}
  • Teams & Leagues
  • @if ($information['sport_type'] == 'ts')
  • Rankings
  • Brackets
  • @endif @stop @section('main_content') @include('mobile.mobile_divisions', $information)
    @foreach ($information['leagues'] as $division => $info)
    @endforeach @stop