{{--

        <div class="third">            
            <a href="{{ url('/activities/cho/tickets') }}" class="ui-corner-all" />
                <h1>Choir</h1>                
                <img src="{{ asset('/images/sportsu/cho.png') }}" alt="" title="" style="" />                
                <h2>Ticket Information</h2>               
            </a>
        </div>

        <div class="third">            
            <a href="{{ url('/activities/bnd/tickets') }}" class="ui-corner-all" />
                <h1>Band / Orchestra</h1>                
                <img src="{{ asset('/images/sportsu/bnd.png') }}" alt="" title="" style="" />                
                <h2>Ticket Information</h2>               
            </a>
        </div> -->

        
        <!-- <br class="clear" /><br /><br /> -->

        
        <div class="third">            
            <a href="{{ url('/activities/btf/tickets') }}" class="ui-corner-all" />
                <h1 style="line-height: 1.1em; margin-top: 0;">Boys &amp; Girls<br />Track &amp; Field</h1>                
                <img src="{{ asset('/images/sportsu/btf.png') }}" alt="" title="" style="margin: 0;" />                
                <h2 style="margin-top: 10px;">Ticket Information</h2>               
            </a>
        </div>
               
        <div class="third">            
            <a href="{{ url('/activities/bbl/tickets') }}" class="ui-corner-all" />
                <h1>Baseball</h1>                
                <img src="{{ asset('/images/sportsu/bbl.png') }}" alt="" title="" style="" />                
                <h2>Ticket Information</h2>               
            </a>
        </div>

        <div class="third">            
            <a href="{{ url('/activities/sbl/tickets') }}" class="ui-corner-all" />
                <h1>Softball</h1>                
                <img src="{{ asset('/images/sportsu/sbl.png') }}" alt="" title="" style="" />                
                <h2>Ticket Information</h2>               
            </a>
        </div>

        

        <br class="clear" /><br /><br />

        <div class="third">            
            <a href="{{ url('/activities/bgf/tickets') }}" class="ui-corner-all" style="position: relative;" />
                <h1>Boys &amp; Girls Golf</h1>                
                <img src="{{ asset('/images/sportsu/bgf.png') }}" alt="" title="" style="" />                
                <div style="position: absolute; top: 12em; width: 100%; font-size: 14pt; color: #0d581b;">
                    Free Admission
                </div>
                <h2>Ticket Information</h2>               
            </a>
        </div>

        <div class="third">            
            <a href="{{ url('/activities/btn/tickets') }}" class="ui-corner-all" style="position: relative;" />
                <h1>Boys &amp; Girls Tennis</h1>                
                <img src="{{ asset('/images/sportsu/btn.png') }}" alt="" title="" style="" />                
                <div style="position: absolute; top: 12em; width: 100%; font-size: 14pt; color: #0d581b;">
                    Free Admission
                </div>
                <h2>Ticket Information</h2>               
            </a>
        </div>

        --}}
        
        {{--
    </div>    

    <br class="clear" /><br />


    <?php /*
    <img src="{{ asset('/images/sportsu/fbl.png') }}" alt="" title="" style="float: right;" />

    <br />
    
    <?php
        // Get the config file path
        $config_file = app_path() . '/views/activities/tickets/config.json';

        // Make sure the file exists
        if (!file_exists($config_file)) throw new \Exception ("The tickets configuration file cannot be found.");

        // Read the JSON config file
        $raw_data = file_get_contents($config_file);
        $data = json_decode($raw_data);
        if (is_null($data)) throw new \Exception ("The tickets configuration file cannot be parsed because it is an invalid JSON file.  Refer to this JSON Validator (http://jsonlint.com/) for the specifics on the error, or ask Gibby for assistance.");
    ?>

    @if (count($data) > 0)
        <h1>Football Championships Ticket Information</h1>

        <br />

        <h2 style="border-bottom: 2px solid #1C43A6; margin-right: 230px;">6A Final</h2>

        @foreach ($data as $act)

            {{-- Search for this activity --}}
            <?php if (!Helpers::strEqual('FBL', $act->activity)) continue; ?>                       

            <!-- Events -->     
            @if (count($act->events) > 0)

                @foreach ($act->events as $event)

                    @if ($event->show)
                                                
                        <!-- Title Link -->
                        <a href="{{ url('/activities/fbl/tickets') . '?focus=' .  strtolower(str_replace(' ', '_', str_replace(' - ', '_', $event->title))) . '#' . strtolower(str_replace(' ', '_', str_replace(' - ', '_', $event->title))) }}" style="font-weight: bold;">&raquo; {{ $event->title }}</a>

                        <br />                                  
                                    
                        <!-- Description -->
                        <div style="margin-left: 50px;">
                            {{ preg_replace('/^.*(<b>Game Schedule.*)$/', '$1', $event->description) }}
                        </div>   

                        <br />

                    @endif

                @endforeach

            @endif

        @endforeach    

    @endif          
    
    */ ?>
    
    {{--

    <div class="ticket_button_links columns">
        
        <div class="fourth">
            <a href="{{ url('/activities/bxc/tickets') }}" class="ui-corner-all" />
                <h1>Cross Country</h1>                
                <img src="{{ asset('/images/sportsu/bxc.png') }}" alt="" title="" style="" />
                <h2>Ticket Information</h2>               
            </a>
        </div>

        <div class="fourth">
            <a href="{{ url('/activities/vbl/tickets') }}" class="ui-corner-all" />
                <h1>Volleyball</h1>                
                <img src="{{ asset('/images/sportsu/vbl.png') }}" alt="" title="" style="" />
                <h2>Ticket Information</h2>               
            </a>
        </div>

        <div class="fourth">
            <a href="{{ url('/activities/bsc/tickets') }}" class="ui-corner-all" />
                <h1>Soccer</h1>                
                <img src="{{ asset('/images/sportsu/bsc.png') }}" alt="" title="" style="" />
                <h2>Ticket Information</h2>               
            </a>
        </div>

        <div class="fourth">
            <a href="{{ url('/activities/fbl/tickets') }}" class="ui-corner-all" />
                <h1>Football</h1>                
                <img src="{{ asset('/images/sportsu/fbl.png') }}" alt="" title="" style="" />
                <h2>Ticket Information</h2>               
            </a>
        </div>       
        --}}
       
        {{--

        <div class="third">            
            <a href="{{ url('/activities/cho/tickets') }}" class="ui-corner-all" />
                <h1>Choir</h1>                
                <img src="{{ asset('/images/sportsu/cho.png') }}" alt="" title="" style="" />                
                <h2>Ticket Information</h2>               
            </a>
        </div>

        <div class="third">            
            <a href="{{ url('/activities/bnd/tickets') }}" class="ui-corner-all" />
                <h1>Band / Orchestra</h1>                
                <img src="{{ asset('/images/sportsu/bnd.png') }}" alt="" title="" style="" />                
                <h2>Ticket Information</h2>               
            </a>
        </div> -->

        
        <!-- <br class="clear" /><br /><br /> -->

        
        <div class="third">            
            <a href="{{ url('/activities/btf/tickets') }}" class="ui-corner-all" />
                <h1 style="line-height: 1.1em; margin-top: 0;">Boys &amp; Girls<br />Track &amp; Field</h1>                
                <img src="{{ asset('/images/sportsu/btf.png') }}" alt="" title="" style="margin: 0;" />                
                <h2 style="margin-top: 10px;">Ticket Information</h2>               
            </a>
        </div>
               
        <div class="third">            
            <a href="{{ url('/activities/bbl/tickets') }}" class="ui-corner-all" />
                <h1>Baseball</h1>                
                <img src="{{ asset('/images/sportsu/bbl.png') }}" alt="" title="" style="" />                
                <h2>Ticket Information</h2>               
            </a>
        </div>

        <div class="third">            
            <a href="{{ url('/activities/sbl/tickets') }}" class="ui-corner-all" />
                <h1>Softball</h1>                
                <img src="{{ asset('/images/sportsu/sbl.png') }}" alt="" title="" style="" />                
                <h2>Ticket Information</h2>               
            </a>
        </div>

        

        <br class="clear" /><br /><br />

        <div class="third">            
            <a href="{{ url('/activities/bgf/tickets') }}" class="ui-corner-all" style="position: relative;" />
                <h1>Boys &amp; Girls Golf</h1>                
                <img src="{{ asset('/images/sportsu/bgf.png') }}" alt="" title="" style="" />                
                <div style="position: absolute; top: 12em; width: 100%; font-size: 14pt; color: #0d581b;">
                    Free Admission
                </div>
                <h2>Ticket Information</h2>               
            </a>
        </div>

        <div class="third">            
            <a href="{{ url('/activities/btn/tickets') }}" class="ui-corner-all" style="position: relative;" />
                <h1>Boys &amp; Girls Tennis</h1>                
                <img src="{{ asset('/images/sportsu/btn.png') }}" alt="" title="" style="" />                
                <div style="position: absolute; top: 12em; width: 100%; font-size: 14pt; color: #0d581b;">
                    Free Admission
                </div>
                <h2>Ticket Information</h2>               
            </a>
        </div>

        --}}
        
        {{--
    </div>    

    <br class="clear" /><br />

    --}}