@extends('layout.main') @section('content')
@{{ alert.msg }}

Results

{{ link_to_route('player.listing', trans('tables.playerlist.button_reset'), [], ['class' => 'btn btn-success btn-xs', 'target' => '_self']) }}
{{ trans('tables.playerlist.columns.col1') }} {{ trans('tables.playerlist.columns.col2') }} {{ trans('tables.playerlist.columns.col3') }} {{ trans('tables.playerlist.columns.col4') }} {{ trans('tables.playerlist.columns.col5') }}
[]
{{ trans('player.profile.bans.type.permanent.long') }} {{ trans('player.profile.bans.status.expire') }}
{{ trans('player.profile.bans.status.disabled') }}
{{ trans('player.profile.bans.status.expired') }}
{{ trans('player.profile.bans.current.none') }}
@stop