@extends('layouts.admin.e-commerce.app')
@section('title')
Add attribute Value
@endsection
@section('content')
| SL |
Name |
Action |
@foreach ($values as $key => $data)
| {{$key + 1}} |
{{$data->name}} |
|
@endforeach
| SL |
Name |
Action |
@endsection
@push('js')
@endpush