@if (isset($species_all)) @foreach ($species_all as $specie) @endforeach
{{ __('Tür Adı') }}
{{ $loop->iteration }}. {{ __(":title (:count)",['title'=>$specie->specie_title,'count'=>$specie->total_count]) }}
@endif