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