@extends('layouts.admin.e-commerce.app') @section('title', 'attribute List') @push('css') @endpush @section('content') attribute List Home attribute List attribute List Add attribute SL Name Category Action @foreach ($attributes as $key => $data) {{$key + 1}} {{$data->name}} {{$data->category->name ?? ''}} @csrf @method('DELETE') @endforeach SL Name Action @endsection @push('js') @endpush