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