@if($raidBosses->isNotEmpty())
Поиск
@slot('thead') № Имя Убийца Время @endslot @slot('tbody') @foreach($raidBosses as $boss) {{ $loop->iteration }} {{ $boss['boss_name'] }} @if($boss['killer_name']) {{ $boss['killer_name'] }}
{!! showCrest($boss['alliance_crest']) !!} {!! showCrest($boss['clan_crest']) !!}
{{ $boss['killer_name'] }}
@else - @endif {{ $boss['kill_time'] }} @endforeach @endslot
@else @endif