@extends('admin::layouts.master') @section('title', __('admin/attribute_group.index')) @section('content')
ID {{ __('common.name') }} {{ __('common.created_at') }} {{ __('common.action') }}
@{{ group.id }} @{{ group.description?.name || '' }} @{{ group.created_at }}
{{ __('common.save') }} {{ __('common.cancel') }}
@endsection @push('footer') @endpush