@extends('backend.layouts.app') @section('head') @endsection @section('content')

{{translate('Attribute Detail')}}

{{ $attribute->getTranslation('name') }}
# {{translate('Value')}} {{translate('actions')}}
@can('add_product_attribute_values')
{{ translate('Add New Attribute Value') }}
@csrf
@endcan
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} @endsection