@extends('admin/layout') @section('title') {{ labels('admin_labels.update_Attributes', 'Update Attributes') }} @endsection @section('content')

{{ labels('admin_labels.attributes', 'Attributes') }}

{{ labels('admin_labels.efficiently_manage_product_attributes_with_precision', 'Efficiently Manage Product Attributes with Precision') }}

{{ labels('admin_labels.update_Attributes', 'Update Attributes') }}
@csrf @method('PUT')
@endsection