@extends('importer::app') @section('title', 'Import Configuration') @section('content')
{{ Form::open(['route' => 'importer.complete', 'method' => 'POST']) }}

Running Importer

{{ Form::submit('Complete Import', [ 'id' => 'completebutton', 'class' => 'btn btn-success' ]) }}

{{ Form::close() }}
@endsection @section('scripts') @endsection