@extends('admin/layout') @section('title') {{ labels('admin_labels.attributes', 'Attributes') }} @endsection @section('content')
@csrf
{{ labels('admin_labels.add_attribute', 'Add Attributes') }}
{{-- table --}}

{{ labels('admin_labels.manage_attributes', 'Manage Attributes') }}

{{ labels('admin_labels.search', 'Search') }}
{{ labels('admin_labels.id', 'ID') }} {{ labels('admin_labels.attributes', 'Attributes') }} {{ labels('admin_labels.name', 'Name') }} {{ labels('admin_labels.category', 'Category') }} {{ labels('admin_labels.status', 'Status') }}
@endsection