@extends('layouts.app') @section('content')
{{ translate('Add New Attribute')}}

{{ translate('Attributes')}}

@if(Auth::user()->user_type == 'admin') @endif @foreach($attributes as $key => $attribute) @if(Auth::user()->user_type == 'admin') @endif @endforeach
# {{ translate('Name')}} {{ translate('Values')}}{{ translate('Options')}}
{{$key+1}} {{$attribute->name}} Manage Values
@endsection