@extends('admin::layouts.master') @section('title', __('admin/attribute.index')) @section('content')
| {{ __('common.id') }} | {{ __('common.name') }} | {{ __('admin/attribute_group.index') }} | {{ __('common.created_at') }} | {{ __('common.action') }} | ||||
|---|---|---|---|---|---|---|---|---|
| @{{ item.id }} | @{{ item.name }} | @{{ item.attribute_group_name }} | @{{ item.created_at }} | {{ __('common.edit') }} | ||||