@extends('layouts/default') {{-- Page title --}} @section('title') Import History @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content') @if (isset($status)) @if (count($status['error']) > 0)
{{ ucwords($object_type) }} {{ key($message) }}: | {{ $message[key($message)]['msg'] }} |
{{ ucwords($object_type) }} {{ key($message) }}: | {{ $message[key($message)]['msg'] }} |