{{-- ── Header ── --}}
{{ $slug === 'attributes' ? 'Car Attributes' : 'Car Features' }}
Add {{ $slug === 'attributes' ? 'Attribute' : 'Feature' }}
@if($slug === 'attributes')
@foreach($types as $type)
@endforeach
@else
@foreach($categories as $cat)
@endforeach
@endif
{{-- ── Bulk Bar ── --}}
{{-- ── Table ── --}}
| @if($slug === 'attributes') | Image | Name | Type | Active | Landing Page | Filter | @elseName | Category | Active | Landing Page | Filter | @endifActions |
|---|