@if ( count($ftps['progress']) > 0 )
@each('components.progress_bar',$ftps['progress'],'bar')
@endif

Fehler

@if ( count($ftps['failures']) > 0 ) @foreach ($ftps['failures'] as $failure) @endforeach
Zeitstempel Fehler FTP-Account Serie  
{{ $failure->updated_at }} {{ $failure->message }} @if ($failure->ftp_account) {{ $failure->ftp_account->name }} @else Account gelöscht. @endif @if ($failure->image_set) {{ str_limit($failure->image_set->title,80) }} @else Serie gelöscht. @endif @if ($failure->ftp_account) {!! Form::open(['action' => ['DeliveryController@restartFtp',$failure],'class' => 'd-inline']) !!} {!! Form::close() !!} @endif {!! Form::open(['action' => ['DeliveryController@destroyFtp',$failure],'method' => 'delete','class' => 'd-inline']) !!} {!! Form::close() !!}
@else
Keine
@endif