@extends('layouts.admin.e-commerce.app') @section('title') Update attribute Value @endsection @section('content')

Update attribute value

Update New attribute value

@csrf
@error('name')
{{ $message }}
@enderror
@endsection