@extends('layouts.app') @section('title') {{ __('Product Unit') }} @endsection @section('breadcrumb')

{{ __('Product Unit') }}

@endsection @section('content')
@can('create_product_unit') {{ __('Create') }} @endcan
# {{ __('Name') }} {{ __('Created at') }} {{ __('Action') }}
@endsection @section('scripts') @endsection