@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.import') }} @parent @stop {{-- Page content --}} @section('content') {{-- Hide importer until vue has rendered it, if we continue using vue for other things we should move this higher in the style --}}
| {{ trans('general.file_name') }} | {{ trans('general.created_at') }} | {{ trans('general.filesize') }} | {{ trans('general.actions') }} | 
|---|---|---|---|
| @{{ currentFile.file_path }} | @{{ currentFile.created_at }} | @{{ currentFile.filesize }} | 
{!! trans('general.importing_help') !!}