@extends('Reports.template') @section('title') Product Barcode Stock Data @endsection @section('ExternalCss') @parent @endsection @section('Content') @php $currentTime = \Carbon\Carbon::now(); @endphp @php $sr = 1; if ($barcodeName == 'P' || $barcodeName == 'A') { @endphp @foreach ($productBarcodeDataWithBarcode as $value) @endforeach @php } if ($barcodeName == 'N' || $barcodeName == 'A') { @endphp @foreach ($productBarcodeDataWithoutBarcode as $value) @endforeach @php } @endphp
@if($businessEntityMasterData[0]->logo != null) Pharmacy Logologo )}}"/> @endif
{{ $businessEntityMasterData[0]->name }}
{{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }}
{{"Phone : ".$businessEntityMasterData[0]->tel1}}
Product Barcode Stock Data As On : {{$currentTime->format('d/m/Y H:i:s ')}}
Sr No   Store Name Product id product name Barcode Number Batch No. Batch Exp. Qty (SUOM)
{{$sr++}}   {{ $value->gm_description }} {{ $value->product_id }} {{ $value->product_name }} {{$value->product_tracking_sr_no }} {{ $value->batch_no }} {{\Helper::getDisplayDate($value->batch_exp)}} {{($value->quantity_suom_received - $value->quantity_suom_sold)}}
{{$sr++}}   {{ $value->gm_description }} {{ $value->product_id }} {{ $value->product_name }} No Barcode Applicable {{ $value->batch_no }} {{\Helper::getDisplayDate($value->batch_exp)}} {{$value->current_stock_qty}}
Back
@endsection @section('ExternalJs') @endsection