@extends('layouts.admin.app') @section('title',translate('messages.attributes')) @push('css_or_js') @endpush @section('content')
@csrf
{{translate('messages.attribute')}} {{translate('messages.list')}}{{$attributes->total()}}
@csrf
@foreach($attributes as $key=>$attribute) @endforeach
{{ translate('messages.sl') }} {{translate('messages.name')}} {{translate('messages.action')}}
{{$key+$attributes->firstItem()}} {{Str::limit($attribute['name'],20,'...')}}
@csrf @method('delete')
@if(count($attributes) === 0)
public
{{translate('no_data_found')}}
@endif
{{--
1-15 of 380
--}}
{!! $attributes->links() !!}
@endsection @push('script_2') @endpush