@extends('Reports.template') @section('title') Product List with manufacturer details @endsection @section('ExternalCss') @parent @endsection @section('Content')
@php $currentTime = \Carbon\Carbon::now(); @endphp @php $i = 0; foreach ($reportData as $reportDataKey => $reportDataValue) { echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; } @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 List with manufacturer details As On : {{$currentTime->format('d/m/Y H:i:s ')}}
Sr No. Product Name Category Purchase UOM Stock UOM Packing Conversion HSN Code Generic Drug Name Manufacturer name Is LASA Is High-Risk Is Narcotics
".++$i."".$reportDataValue->product_name."".$reportDataValue->category_name."".$reportDataValue->purchase_uom."".$reportDataValue->stock_uom."".$reportDataValue->pack."".$reportDataValue->conversion_factor."".$reportDataValue->product_hsn_code."".$reportDataValue->generic_drug_name."".$reportDataValue->manufacturer_name."".$reportDataValue->is_lasa."".$reportDataValue->is_highrisk."".$reportDataValue->is_narcotic."
Back
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection