@extends('layouts.admin') @section('title', 'Import ' . $config['label']) @section('page-title', 'Import ' . $config['label']) @section('content')
Upload a CSV file to create or update records. Existing records are matched by slug.
name, slug, icon, sort_order, is_active,
meta_title, meta_description, meta_keywords,
canonical_url, og_image, seo_index.
| File | Status | Rows | Imported | Failed |
|---|---|---|---|---|
|
{{ $import->file_name }}
{{ $import->created_at->format('d M Y h:i A') }}
@if($import->errors)
View errors
|
{{ $import->status }} | {{ $import->total_rows }} | {{ $import->imported_rows }} | {{ $import->failed_rows }} |
| No imports yet. | ||||