@extends('layouts.admin.e-commerce.app') @section('title', 'attribute List') @push('css') @endpush @section('content')

attribute List

attribute List

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