@extends('layouts.app_products')
@section('title', 'Brands')
@section('content')
@component('components.widget', ['class' => 'card' ])
@can('brand.create')
@slot('tool')
@endslot
@endcan
@can('brand.view')
@lang('brand.brands') |
@lang('brand.note') |
@lang('messages.action') |
@endcan
@endcomponent
@endsection