@extends('layout.main') @section('content')
{{ 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') }} | @foreach($infractions as $infraction)
---|---|---|---|---|
{{ $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 }} |