@if ( $pm_api_status )
@if ( $pm_api_status == 'failed' ) {!! Form::open(['action' => 'StatusController@destroyPMapi','method' => 'delete']) !!} {!! Form::close() !!} @else @endif
Status: {{ $pm_api_status }}
@else
@if ( $pm_api_image_count == 0 ) @else {!! Form::open(['action' => 'StatusController@startPMapi']) !!} {!! Form::close() !!} @endif
@endif
Hochgeladene Bilder: {{ $pm_api_image_count }}