@extends('layouts.mobile') @section('page_title') {{{ $information['activity_program']->display_name }}} - OSAA @stop @section('page_sub_title') {{{ $information['activity_program']->display_name }}} @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')
    @if (!is_null($information['team']->logo_url)) {{ $information['team']->name }} @else @endif

    {{$information['activity_program']->display_name}}

    @if (!is_null($information['team']->ranking))
    Overall Record
    {{ Helpers::displayRecord($information['team']->record['OAR']) }}
    RPI Record
    {{ Helpers::displayRecord($information['team']->record['RCR']) }}
    Colley Record
    {{ Helpers::displayRecord($information['team']->record['CRR']) }}
    League Record
    {{ Helpers::displayRecord($information['team']->record['LR']) }}
    RPI Rating
    {{ number_format($information['team']->ranking->rpi * 1000, 3, '.', '') }}
    Colley Rating
    {{ number_format($information['team']->ranking->colley * 1000, 3, '.', '') }}
    OSAA Rank
    #{{ $information['team']->ranking->rank }}
    RPI Rank
    #{{ $information['team']->ranking->rpi_rank }}
    Colley Rank
    #{{ $information['team']->ranking->colley_rank }}
    {{ $information['team']->ranking->calc_label }}
    {{ $information['team']->ranking->calc_date }}
    @endif
    @if (!is_null($information['pitch_count']))
    @endif
    @if (!is_null($information['pitch_count'])) @endif {{--

    Download or Print

    --}} @stop