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

Option Value for {{ $attribute->name }}

@csrf

{{ translate('Attributes option values')}}

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