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