@extends('layouts.backend') @section('content-header')

Attributs dynamiques

@endsection @section('content')

@if(empty($category))

Sélectionnez une catégorie




@else

{{ $category->parent->parent->name }} > {{ $category->parent->name }} > {{ $category->name }}
@endif

@if(!empty($category)) Ajouter un attribut @endif


@if(!empty($category)) @include('backend.attributes._attributes') @endif
@endsection @section('scripts') @endsection