@extends('layouts.app')
@section('title', 'Brands')
@section('content')
@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