@extends('worldexpansion.layout') @section('title') Figure :: {{ $figure->name }} @endsection @section('content') @if (Auth::check() && Auth::user()->hasPower('manage_world')) @endif {!! breadcrumbs(['World' => 'world', 'Figure' => 'world/figures', $figure->name => 'world/figures/' . $figure->id]) !!}
{!! $attachment->displayName !!}
@endforeach