@extends('layouts.back-end.app-seller') @section('title', $product->name . ' '.translate('barcode').' ' . date('Y/m/d')) @push('css_or_js') @endpush @section('content')

{{ translate('generate_Barcode') }}

{{ translate('code') }} {{ translate('name') }} {{ translate('quantity') }} {{ translate('action') }}
@if ($product->code) {{$product->code}} @else {{ translate('update_your_product_code') }} @endif {{ Str::limit($product->name, 20) }} {{ translate('maximum_quantity_270') }}
{{ translate('reset') }}

{{ translate("this_page_is_for_A4_size_page_printer_so_it_will_not_be_visible_in_smaller_devices.") }}

@endsection