@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.import') }} @parent @stop {{-- Page content --}} @section('content')
Select Import File...
@foreach ($files as $file) @endforeach
File Created Size
{{ $file['filename'] }} {{ date("M d, Y g:i A", $file['modified']) }} {{ $file['filesize'] }} Process
@section('moar_scripts') @stop @stop