@extends('layout.app') @section('title', __('product_barcode')) @section('content') @csrf {{ __('print_barcode') }} {{ __('add_product') }}* @error('product_ids') {{ __('please_select_a_product') }} @enderror {{ __('name') }} {{ __('code') }} {{ __('quantity') }} {{ __('action') }} {{ __('name') }} {{ __('price') }} {{ __('promotional_price') }} {{ __('row') }} {{ __('single') }} {{ __('print') }} @endsection @push('scripts') @endpush