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