@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.import-history') }} @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content') @if (isset($status)) @if (count($status['error']) > 0)