@extends('worldexpansion.layout') @section('title') Fauna @endsection @section('content') {!! breadcrumbs(['World' => 'world', 'Fauna' => 'world/faunas']) !!}
{!! $fauna->category ? $fauna->category->displayName : '' !!}
Associated with {{ count($attachments) }} {{ strtolower($type) }}{{ count($attachments) == 1 ? '' : 's' }}.
@endforeach