@extends('layouts.app') @section('title',$imageset->title) @section('breadcrumb') @endsection @section('content')

{{ $imageset->title }}

@if ( $imageset->pm_uploadable() ) @endif @if ( $imageset->editable() ) Bearbeiten @endif
@include('includes.errors')
Ordner
{{ $imageset->folder_name() }}
Rubriken
@if ( count($imageset->categories) > 0 ) {{ join(', ',$imageset->categories->pluck('name')->all()) }} @else Keine Rubriken zugewiesen. @endif
Versand
{{ $imageset->delivery_string() }}
@if ( $imageset->no_credit )
(no credit!)
@endif
@if ( $imageset->editable() ) {!! Form::open(['action' => 'ImageController@bulk','id' => 'image_massedit_form']) !!} {!! Form::hidden('imageset_id',$imageset->id) !!} {!! Form::hidden('image_edit_type','edit') !!} @endif

Bilder

@if ( $imageset->editable() )
@endif
@if ( $imageset->editable() ) {!! Form::close() !!} @endif @if ( $imageset->editable() ) @endif @if ( $imageset->pm_uploadable() ) @endif @endsection @section('script') @endsection