{{ $name }}
Base Details
@foreach($baseRows as $row)
{{ $row['label'] }}
{{ $row['value'] }}
@endforeach
Stats
@foreach($stats as $row)
{{ $row['label'] }}
@if(!empty($row['value_html']))
{!! $row['value_html'] !!}
@else
{{ $row['value'] }}
@endif
@endforeach
Details
@foreach($detailRows as $row)
{{ $row['label'] }}
{{ $row['value'] }}
@endforeach
Drops
@foreach($dropLines as $line)
{{ $line }}
@endforeach
Chat
@foreach($chatLines as $line)
{{ $line }}
@endforeach