@extends('backend.layout.main') @section('content') @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif

{{trans('file.print_barcode')}}

{{trans('file.The field labels marked with * are required input fields')}}.

@if($preLoadedproduct) @endif
{{trans('file.name')}} {{trans('file.Code')}} {{trans('file.Quantity')}}
{{$preLoadedproduct[0]}} {{$preLoadedproduct[1]}}
{{trans('file.Print')}}:   {{trans('file.Product Name')}}  {{trans('file.Price')}}  {{trans('file.Promotional Price')}}
@endsection @push('scripts') @endpush