@if (sizeof($Attributes) > 0)
@foreach ($Attributes as $key => $Attribute) @endforeach
{{ translate('Title_ar') }} {{ translate('Updated') }} {{ translate('Options') }}
{{ $Attribute->getTranslation('title') }} {{ $Attribute->updated_at }}
@else

{{ translate('There is nothing you are looking for') }}

{{ translate('Add new Attribute to your store') }}

@endif
{{ $Attributes->links() }}