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