@extends('layouts.business.master') @section('main_content')

{{ __('Barcode Generate') }}

@csrf
    {{-- Dynamicaly load --}}
    {{ __('Items') }} {{ __('Code') }} {{ __('Batch') }} {{ __('Available Stock') }} {{ __('Qty / No of label') }} {{ __('Packing Date') }} {{ __('Action') }}
    {{-- --------------- table end --------------- --}}

    {{ __('Information to show in labels') }}

    {{ __('Business Name') }}

    {{ __('Size') }}

    {{ __('Product Name') }}

    {{ __('Size') }}

    {{ __('Product Price') }}

    {{ __('Size') }}

    {{ __('Product Code') }}

    {{ __('Size') }}

    {{ __('Print packing date') }}

    {{ __('Size') }}

    {{ __('Show Price') }}

    {{ __('Barcode Type *') }}

    {{ __('Barcode Print Paper Setting') }}

    @usercan('barcodes.create') @endusercan
    @endsection