@extends('admin::layouts.master') @section('title', __('admin/attribute.index')) @section('content')
{{ __('common.id') }} {{ __('common.name') }} {{ __('admin/attribute_groups.index') }} {{ __('common.created_at') }} {{ __('common.action') }}
@{{ item.id }} @{{ item.name }} @{{ item.attribute_group_name }} @{{ item.created_at }} {{ __('common.edit') }}
{{ __('common.save') }} {{ __('common.cancel') }}
@endsection @push('footer') @endpush