@extends('panel::layouts.app') @section('body-class', 'page-page') @section('title', __('panel/menu.attributes')) @section('page-title-right') {{ __('panel/common.create') }} @endsection @section('content')
{{ __('panel/common.id')}} | {{ __('panel/common.name')}} | {{ __('panel/menu.attribute_groups')}} | {{ __('panel/common.position')}} | {{ __('panel/common.created_at')}} | {{ __('panel/common.actions')}} |
{{ $item->id }} | {{ $item->translation->name ?? '' }} | {{ $item->group->translation->name ?? '' }} | {{ $item->position }} | {{ $item->created_at }} |