@if($character->pace != "")
{{ __('app.character.property.pace') }} : {!! $character->pace !!}
@endif @if($character->hearts > 0)
@for($i = 1; $i <= $character->hearts; $i++) @endfor
@endif
@if($character->agility != "" && $character->spirit != "" && $character->strength != "" && $character->smarts != "" && $character->vigor != "")
{{ __('app.character.property.agility') }}
{{ $character->agility }}
{{ __('app.character.property.spirit') }}
{{ $character->spirit }}
{{ __('app.character.property.strength') }}
{{ $character->strength }}
{{ __('app.character.property.smarts') }}
{{ $character->smarts }}
{{ __('app.character.property.vigor') }}
{{ $character->vigor }}
@endif @if($character->skills != "")
{{ __('app.character.property.skills') }} : {!! $character->skills !!}
@endif @if($character->parry != "" && $character->toughness != "")
{{ __('app.character.property.parry') }}
{{ $character->parry }}
{{ __('app.character.property.toughness') }}
{{ $character->toughness }}
@endif @if($character->actions != "")
{{ __('app.character.property.actions') }} : {!! $character->actions !!}
@endif
@if($character->hindraces != "")
{{ __('app.character.property.hindraces') }} : {!! $character->hindraces !!}
@endif @if($character->edges != "")
{{ __('app.character.property.edges') }} : {!! $character->edges !!}
@endif @if($character->capacities != "")
{{ __('app.character.property.capacities') }} : {!! $character->capacities !!}
@endif @if($character->gear != "")
{{ __('app.character.property.gear') }} : {!! $character->gear !!}
@endif