@extends('layouts.app') @section('title', __('lang_v1.manufacturer')) @section('content')

@lang('lang_v1.manufacturer') @lang('lang_v1.manage_manufacturers')

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