@extends('layouts.main') @section('title', 'Kunstobjekt bearbeiten') @section('headline', 'Kunstobjekt bearbeiten') @section('content')
{{ Form::open(array('route' => array('edit-auction-object', $auctionObject->id), 'class' => 'form-horizontal', 'method' => 'post', 'role' => 'form', 'files' => true )) }}
{{----}} {{-- --}}
{{-- --}}
{{--  Änderungen speichern--}}
{!! Form::close() !!}
@stop