@extends('worldexpansion.layout') @section('title') {{ $faction->name }} @endsection @section('content') @if (Auth::check() && Auth::user()->hasPower('manage_world')) @endif {!! breadcrumbs(['World' => 'world', 'Factions' => 'world/factions', $faction->style => 'world/factions/' . $faction->id]) !!}
Can be joined by {!! $faction->is_character_faction && $faction->is_user_faction ? 'both' : '' !!} {!! $user_enabled && $faction->is_user_faction ? 'users' : '' !!}{!! $faction->is_character_faction && $faction->is_user_faction ? ' and' : '' !!}{!! !$faction->is_character_faction && $faction->is_user_faction ? '.' : '' !!} {!! $ch_enabled && $faction->is_character_faction ? 'characters.' : '' !!}
@endif @if ($faction->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{{ $figure_categories->find($key) ? $figure_categories->find($key)->name : 'Miscellanous' }}: @foreach ($members as $key => $member) {!! $member->displayName !!} @if ($key != count($members) - 1 && count($members) > 2) , @endif @if ($key == count($members) - 2) and @endif @endforeach
@endforeach@foreach ($rank->members as $member) {!! $member->memberObject->displayName !!}{{ !$loop->last ? ',' : '' }} @endforeach
@endif @endforeach{!! $attachment->displayName !!}
@endforeach