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

Add attribute value

Add New attribute value

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

attribute List

@foreach ($values as $key => $data) @endforeach
SL Name Action
{{$key + 1}} {{$data->name}}
@csrf @method('DELETE')
SL Name Action
@endsection @push('js') @endpush