@extends('shaun_core::admin.layouts.master') @section('content')
{{__("Manage attributes of ':categoryName'", ['categoryName' => $category->name])}}
{{__('Create new')}}
@foreach ($attributes as $attribute) @endforeach
{{__('Name')}} {{__('Status')}} {{__('Actions')}}
open_with {{$attribute->getTranslatedAttributeValue('name')}} @if ($attribute->is_active) {{__('Yes')}} @else {{__('No')}} @endif {{__('Edit')}} {{__('Manage Values')}} {{__('Delete')}}
@stop @push('scripts-body') @endpush