@extends('back.layouts.master') @section('content')
@if($attributeGroups->count())

لیست ویژگی ها

@foreach($attributeGroups as $attributeGroup) @endforeach
ردیف عنوان عملیات
{{ $attributeGroup->name }} @can('attributes.index') مشاهده مقادیر @endcan @can('attributes.groups.update') ویرایش @endcan @can('attributes.groups.delete') @endcan
@else

لیست ویژگی ها

چیزی برای نمایش وجود ندارد!

@endif
{{-- delete attributeGroup modal --}} @endsection @push('scripts') @endpush