@extends('worldexpansion.layout') @section('title') {{ $type->name }} @endsection @section('content') {!! breadcrumbs(['World' => 'world', 'Factions Types' => 'world/faction-types', $type->names => 'world/factions/' . $type->id]) !!}
{!! $child->fullDisplayNameUC !!} @if ($child->parent) (part of {!! $child->parent->fullDisplayName !!}) @endif
@endforeach @endforeach