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

{{translate('All Attributes')}}

{{ translate('Attributes')}}
@foreach($attributes as $key => $attribute) @endforeach
# {{ translate('Name')}} {{ translate('Options')}}
{{$key+1}} {{$attribute->getTranslation('name')}}
{{ translate('Add New Attribute') }}
@csrf
@endsection @section('modal') @include('modals.delete_modal') @endsection