@if ( count($ftps['progress']) > 0 )
Zeitstempel | Fehler | FTP-Account | Serie | |
---|---|---|---|---|
{{ $failure->updated_at }} | {{ $failure->message }} | {{ $failure->ftp_account->name }} | {{ str_limit($failure->image_set->title,80) }} | {!! Form::open(['action' => ['DeliveryController@restartFtp',$failure],'class' => 'd-inline']) !!} {!! Form::close() !!} {!! Form::open(['action' => ['DeliveryController@destroyFtp',$failure],'method' => 'delete','class' => 'd-inline']) !!} {!! Form::close() !!} |