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