@extends('admin/layouts/default') {{-- title --}} @section('title') {{ trans(''.$langFile.'.index-title') }} :: @parent @stop {{-- content --}} @section('content')

Import info

{{ $import->getSource() }}
{{ $import->name }}
{{ $import->note }}
{{ $import->getStatus() }}
{{ date('d/m/Y H:i:s', strtotime( $import->created_at)) }} ---- {{ date('d/m/Y H:i:s', strtotime( $import->updated_at)) }}
@stop