@extends('layouts.app') @section('title','FTP Versand') @section('breadcrumb') @endsection @section('content')

FTP-Versand {{ ($scope == 'errors') ? 'Fortschritt' : 'Abgeschlossen' }}

{!! Form::open(['action' => 'DeliveryController@ftpIndexPost','method' => 'post','class' => 'd-inline']) !!} {!! Form::select('ftp_scope',$select,$scope,['class' => 'form-control','autocomplete' => 'off']) !!} {!! Form::close() !!}
@if ( $scope == 'errors' ) @include('delivery.ftp.errors') @else @include('delivery.ftp._scope') @endif @endsection