@include('new_layouts.header') @include('accounting.side-menu')

{{__('Manage Product & Service Unit')}}

@can('create constant unit') @endcan
@include('layouts.account_setup')
@foreach ($units as $unit) @endforeach
{{__('Unit')}} {{__('Action')}}
{{ $unit->name }}
@can('edit constant category') @endcan
@can('delete constant category')
{!! Form::open(['method' => 'DELETE', 'route' => ['product-unit.destroy', $unit->id],'id'=>'delete-form-'.$unit->id]) !!} {!! Form::close() !!}
@endcan
@include('new_layouts.footer')