@extends('admin.layouts.app') @section('title', 'Attribute List') @section('content')

Attribute List

Attribute List

@foreach ($data as $key => $item) @endforeach
# Name Slug Action
{{ ++$key }} {{ $item->name }} {{ $item->slug }} Edit @role('admin')
@csrf @method('DELETE')
@endrole
# Name Slug Action
@endsection @push('css') @endpush @push('js') @endpush