@extends('layouts.main') @section('title', 'Importierte Objekte verwalten') @section('headline', 'Importierte Objekte verwalten') @section('content')
@if($alert == 'successUpload') @endif
{!! Form::open(['action' => 'AuctionObjectsImported\AuctionObjectsImportedOverviewController@index', 'class' => 'form-horizontal', 'id' => 'filterAuctionObjectForm', 'method' => 'get', 'role' => 'form', 'files' => true]) !!}
{!! Form::close() !!}
{!! Form::open(['action' => 'Ajax\AuctionObjectsImportedOverviewController@bulkEditStatus', 'class' => 'form-horizontal', 'id' => 'frm-bulk-edit', 'method' => 'post', 'role' => 'form', 'files' => true]) !!}
Status Auktionsnr. Auktionshaus Auktion Auktionsdatum Lot Nr. Artist Künstler VN Künstler NN Titel Kategorie Medium Länge Breite Höhe Einheit Estimate from Estimate to Währung Publisher Printer catRaisAuthor catRaisNumber Edition Printing date Idicators workDate Bild Lot URL Dateiname User Upload time ID
{!! Form::close() !!}
@stop