@extends('world.layout') @section('world-title') {{ $title->title }} @endsection @section('meta-img') {{ $title->imageUrl }} @endsection @section('content') {!! breadcrumbs(['World' => 'world', 'Titles' => 'world/titles', $title->title => $title->idUrl]) !!}
@if ($title->imageUrl)
{{ $title->title }}
@endif

{!! $title->displayNameFull !!}
@if (isset($title->searchCharactersUrl) && $title->searchCharactersUrl) Characters @endif

@if ($title->short_title)
{!! $title->short_title !!}
@endif
{!! $title->description !!}
@endsection