@extends('layout.main') @section('content')
{{ Former::select() ->options($servers) ->ng_model('selectedId') ->ng_change('switchServer()') ->ng_disabled('refresh') }}
Fatal Error! The request couldn't complete due to a server side error. Please choose another server or retry. Notify an administrator if this error persists.
@{{ alert.msg }}
@include('partials._scoreboard')
@stop @section('header-scripts') @stop @section('scripts') {{ HTML::script('js/plugins/slimScroll/jquery.slimscroll.min.js') }} @stop