@extends('layouts.back-end.app') @section('title', translate('attribute')) @section('content')

{{ translate('attribute_Setup') }}

@csrf @foreach($language as $lang)
@endforeach
{{ translate('attribute_list') }} {{ $attributes->total() }}
@foreach($attributes as $key => $attribute) @endforeach
{{ translate('SL') }} {{ translate('attribute_Name') }} {{ translate('action') }}
{{$attributes->firstItem()+$key}} {{ translate($attribute['name'])}}
{!! $attributes->links() !!}
@if(count($attributes) == 0) @include('layouts.back-end._empty-state',['text'=>'no_attribute_found'],['image'=>'default']) @endif
@endsection @push('script') @endpush