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

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

@endsection