{{ $image->filename }}
{{ $image->mypicturemaxx_number or ' ' }}
{{ $image->supplier->name or ' ' }}
{{ $image->imageSet->title or ' ' }}
@extends('layouts.app') @section('title','Neue Serie') @section('breadcrumb') @endsection @section('content') {!! Form::model($image_set,['action' => 'ImageSetController@store']) !!}