@extends('layouts/default') {{-- Hide importer until vue has rendered it, if we continue using vue for other things we should move this higher in the style --}} {{-- Page title --}} @section('title') {{ trans('general.import') }} @parent @stop {{-- Page content --}} @section('content')
@{{ alert.message }}
Select Import File...
@{{ progress.statusText }}
File Created Size
@stop @section('moar_scripts') @endsection