@extends('worldexpansion.layout') @section('title') {{ $location->style }} @endsection @section('content') @if (Auth::check() && Auth::user()->hasPower('manage_world')) @endif {!! breadcrumbs(['World' => 'world', 'Locations' => 'world/locations', $location->style => 'world/locations/' . $location->id]) !!}
Can be home to {!! $location->is_character_home && $location->is_user_home ? 'both' : '' !!} {!! $user_enabled && $location->is_user_home ? 'users' : '' !!}{!! $location->is_character_home && $location->is_user_home ? ' and' : '' !!}{!! !$location->is_character_home && $location->is_user_home ? '.' : '' !!} {!! $ch_enabled && $location->is_character_home ? 'characters.' : '' !!}
@endif @if ($location->image_extension)@if (count($children) == 1) {{ $loctypes->find($group)->name }}@else{{ $loctypes->find($group)->names }} @endif: @foreach ($children as $key => $child) {!! $child->fullDisplayName !!}@if ($key != count($children) - 1) , @endif @endforeach
@endforeach{!! $attachment->displayName !!}
@endforeach