@extends('layouts.app') @section('title') {{ __('Units') }} @endsection @section('css') @endsection @section('breadcrumb')
@endsection @section('content')

{{ __('Barcode table') }}

@can('create_barcodes') {{ __('Create') }} @endcan
# {{ __('Barcode') }} {{ __('Barcode Name') }} {{ __('Prefix') }} {{ __('Series') }} {{ __('Latest Series') }} {{ __('Action') }}
@endsection @section('scripts') @endsection