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