@foreach(json_decode($subsubcategory->options) as $key=> $option)
{{$option->title}}
@if($option->type == 'radio' || $option->type == 'select') @foreach($option->options as $options)
{{translate('Increase')}}
{{translate('Decrease')}}
@endforeach @endif
@endforeach