@extends('admin::layout') @component('admin::components.page.header') @slot('title', trans('attribute::attribute_sets.attribute_sets'))
  • {{ trans('attribute::attribute_sets.attribute_sets') }}
  • @endcomponent @component('admin::components.page.index_table') @slot('buttons', ['create']) @slot('resource', 'attribute_sets') @slot('name', trans('attribute::attribute_sets.attribute_set')) @component('admin::components.table') @slot('thead') @include('admin::partials.table.select_all') {{ trans('admin::admin.table.id') }} {{ trans('attribute::attribute_sets.table.name') }} {{ trans('admin::admin.table.created') }} @endslot @endcomponent @endcomponent @push('scripts') @endpush