@extends('layouts.admin.app', ['page' => $menuAdmin['categories']['active'] ?? ""]) @section('title', __('labels.bulk_upload_categories')) @section('header_data') @php $page_title = __('labels.bulk_upload_categories'); $page_pretitle = __('labels.categories'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => route('admin.dashboard')], ['title' => __('labels.categories'), 'url' => route('admin.categories.index')], ['title' => __('labels.bulk_upload'), 'url' => null], ]; @endphp @push('scripts') @endpush @section('admin-content')

{{ __('labels.bulk_upload_categories') }}

@csrf
.csv, max 10MB
{{ __('labels.download_template') }}
# {{ __('labels.title') }} {{ __('labels.error') }}
@endsection