dbfdg @extends('layouts.admin') @section('page-title') {{__('POS Product Barcode')}} @endsection @section('breadcrumb') @endsection @push('css-page') @endpush @section('action-btn')
@can('create barcode') @endcan
@endsection @section('content')
@forelse ($productServices as $productService) @empty @endforelse
{{__('Product')}} {{ __('SKU') }} {{ __('Barcode') }}
{{$productService->name}} {{$productService->sku}}

{{__('No Data Found')}}

@endsection @push('script-page') {{-- --}} @endpush