@extends('layouts.app') @section('title', __('unit.units')) @section('content')

@lang('unit.units') @lang('unit.manage_your_units')

@component('components.widget', ['class' => 'box-primary', 'title' => __('unit.all_your_units')]) @can('unit.create') @slot('tool')
{{-- --}} @lang('messages.add')
@endslot @endcan @can('unit.view')
@lang('unit.name') @lang('unit.short_name') @lang('unit.allow_decimal') @show_tooltip(__('tooltip.unit_allow_decimal')) @lang('messages.action')
@endcan @endcomponent
@endsection