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