@extends('layouts.app') @section('content')
Add Specification for: {{ $product->name }}

@csrf
@error('attribute_name')
{{ $message }}
@enderror
@error('value')
{{ $message }}
@enderror
@error('unit')
{{ $message }}
@enderror
@error('product_id')
{{ $message }}
@enderror
{{--
Common Specification Examples:
Dimensions

Attribute: Dimensions

Value: 10x20x30

Unit: cm

Weight

Attribute: Weight

Value: 2.5

Unit: kg

Power

Attribute: Power Rating

Value: 100

Unit: W

--}}
@endsection