• {{ __(':Country Ait Tespitler',['country'=>$country->title]) }}
    • {{ __('Tespit İstatistikleri') }}
    • {{ __('Kullanıcı İstatistikleri') }}
    • {{ __('Biyo Çeşitlilik') }}
    @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