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

{{translate('All Attributes')}}

{{ translate('Attributes')}}
# {{translate('Name')}} {{translate('Value')}} {{translate('actions')}}
@can('add_product_attribute')
{{ translate('Add New Attribute') }}
@csrf
@foreach(get_languages() as $language) @endforeach
@endcan
@endsection @section('modal') @include('public_files.modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} @endsection