@extends('layout.main') @section('content')

 

{!! Former::text('player')->placeholder(trans('common.nav.extras.psearch.placeholder')) !!}
@foreach($infractions as $infraction) @endforeach
{{ trans('tables.playerlist.columns.col4') }} {{ trans('player.profile.details.items.reputation') }} {{ trans('player.profile.infractions.table.col2') }} {{ trans('player.profile.infractions.table.col3') }} {{ trans('player.profile.infractions.table.col4') }}
{{ $infraction->player->game->Name }} {!! link_to_route('player.show', $infraction->player->SoldierName, [$infraction->player->PlayerID, $infraction->player->SoldierName], ['target' => '_self']) !!} @if($infraction->player->reputation->total_rep_co > 0) @elseif($infraction->player->reputation->total_rep_co < 0) @elseif($infraction->player->reputation->total_rep_co == 0) @endif {{ round($infraction->player->reputation->total_rep_co, 2) }} {{ $infraction->punish_points }} {{ $infraction->forgive_points }} {{ $infraction->total_points }}
@stop