@extends('back.layouts.master') @section('content')

فیلتر کردن

@if ($attributes->count())

لیست ویژگی ها

@foreach ($attributes as $attribute) @endforeach
عنوان عملیات
@if ($attribute->group->type == 'color') @endif {{ $attribute->name }} ویرایش
@else

لیست ویژگی ها

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

@endif {{ $attributes->links() }}
{{-- delete attribute modal --}} @endsection @push('scripts') @endpush