@extends('layouts.default') @section('content')

Firefly
Migration

  1. Upload firefly-export-****-**-**.json
  2. Wait..
  3. Done!

 

{{Form::open(['files' => true,'url' => route('migrate.upload')])}}

Upload the export file here.

{{Form::close()}}
@stop