@extends('admin/layout') @section('title') {{ labels('admin_labels.attributes', 'Attributes') }} @endsection @section('content')
@csrf
{{-- 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.status', 'Status') }} {{ labels('admin_labels.action', 'Action') }}
@endsection