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