@extends('admin::layouts.content') @section('page_title') {{ __('admin::app.catalog.attributes.title') }} @stop @section('content')
{!! view_render_event('bagisto.admin.catalog.attributes.list.before') !!}
{!! view_render_event('bagisto.admin.catalog.attributes.list.after') !!}
@stop