@extends('layouts.app') @section('title','Übersicht') @section('breadcrumb') @endsection @section('content') @include('image.workflow._navigation')
Zeitstempel | Bild | MD5-Hash | |
---|---|---|---|
{{ $image->created_at }} | {{ $image->original_filename }} | {{ $image->hash }} | {!! Form::open(['action' => ['ImageController@destroy',$image],'method' => 'delete']) !!} {!! Form::close() !!} |
Zeitstempel | Schritt | Bild | |
---|---|---|---|
{{ $failure->taskable->created_at or $failure->created_at }} | {{ $failure->progress }} | {{ $failure->taskable->original_filename or 'Bild existiert nicht.' }} | {!! Form::open(['action' => ['StatusController@destroyImport',$failure],'method' => 'delete']) !!} {!! Form::close() !!} |
Zeitstempel | Fehler | Serie | |
---|---|---|---|
{{ $failure->updated_at }} | {{ $failure->message }} | {{ str_limit($failure->taskable->title,100) }} | {!! Form::open(['action' => ['StatusController@restartPM',$failure],'class' => 'd-inline']) !!} {!! Form::close() !!} {!! Form::open(['action' => ['StatusController@destroyPM',$failure],'method' => 'delete','class' => 'd-inline']) !!} {!! Form::close() !!} |