@extends('importer::app') @section('title', 'Import Configuration') @section('content')
Running Importer |
|
|
{{ Form::submit('Complete Import', [ 'id' => 'completebutton', 'class' => 'btn btn-success' ]) }}
{{ Form::close() }}