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