@extends('layouts.app') @section('title', 'Brands') @section('content')

@lang( 'brand.brands' ) @lang( 'brand.manage_your_brands' )

@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