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

@lang( 'DO. No' ) @lang( '' )

@component('components.widget', ['class' => 'box-primary', 'title' => __( 'DO. No' )]) @can('brand.create') @slot('tool')
@endslot @endcan @can('brand.view')
@lang( 'DO. No' ) @lang( 'brand.note' ) @lang( 'messages.action' )
@endcan @endcomponent
@endsection