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

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

@if(($createPermission ?? false) || ($editPermission ?? false)) @endif @endsection @push('scripts') @endpush