@include('layouts.sub_menu.product')
@component('components.widget', ['class' => 'box-primary', 'title' => __('brand.all_your_brands')])
@can('brand.create')
@slot('tool')
@endslot
@endcan
@can('brand.view')
| @lang('brand.brands') |
@lang('brand.note') |
@lang('messages.action') |
@endcan
@endcomponent
@endsection