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

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

@csrf
{{ trans('lang.attribute_create') }}
{{ trans('lang.attribute_name_help') }}
{{-- Attribute Values --}}
Enter one or more attribute values (e.g., Red, Green)
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection