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

{{ trans('lang.item_attribute_plural') }}

@csrf @method('PUT')
{{ trans('lang.attribute_edit') }}
@foreach ($attribute->values as $index => $value) @php $checkboxId = "multiple_quantity_{$index}"; @endphp
multiple_quantity ? 'checked' : '' }}>
@endforeach
Edit or add attribute values
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection