@extends('admin::layouts.content') @section('page_title') {{ __('admin::app.catalog.attributes.title') }} @stop @section('content')
{!! view_render_event('bagisto.admin.catalog.attributes.list.before') !!}
{!! app('Webkul\Admin\DataGrids\AttributeDataGrid')->render() !!}
{!! view_render_event('bagisto.admin.catalog.attributes.list.after') !!}
@stop