@extends('vendor.installer.layouts.master') @section('template_title') Step 5 | Save Feed Settings @endsection @section('title') {!! trans('installer_messages.environment.wizard.title') !!} @endsection @section('container')

Feed Configuration Settings

@include('backend.includes.flash-message') {{ html()->form('FEED', route('LaravelInstaller::postfeedsettings'))->class('form d-flex flex-column ')->open() }} @csrf

Chunk Sizes

Process Max Limit

Jobs Location

Others

{{ html()->form()->close() }}
@endsection @section('scripts') @endsection