@extends('backend.layouts.master') @section('section-title', 'Product') @section('page-title', 'Product List') @if (check_permission('product.create')) @section('action-button') Add Product @endsection @endif @push('css') @endpush @section('content')

Multiple Barcode Print

{{-- Product --}}
@csrf
@if (env('APP_SC') == 'yes') @endif
#SL Product BarcodeVariationQuantity
@endsection @push('js') @endpush