@extends('Reports.template') @section('title') @php if($NHFilter == 'N') $title = "List of Narcotics items issued "; else if($NHFilter == 'H') $title = "List of Highrisk items issued "; else if($NHFilter == 'L') $title = "List of LASA items issued "; else if ($NHFilter == 'H1') $title = "List of Schedule ".$NHFilter." items issued "; @endphp {{$title}} @endsection @section('ExternalCss') @parent @endsection @section('Content')
@if($businessEntityMasterData[0]->logo != null) logo )}}" /> @endif |
{{ $businessEntityMasterData[0]->name }}
{{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }}
{{"Phone : ".$businessEntityMasterData[0]->tel1}}
|
||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$title}} | |||||||||||||||
Period: {{\Helper::getDisplayDate($fromDate)}} To: {{\Helper::getDisplayDate($toDate)}} | Run Date : {{$currentTime->format('d/m/Y H:i:s ')}} | ||||||||||||||
UH/Cust ID | OP ID | IP ID | Patient/Customer Name | Product Name | Tran Id | Tran Date | Quantity | Prescribed By | |||||||
".$reportDataValue->patient_id." | "; }else if($reportDataValue->ph_cust_id!=''){ echo "*".$reportDataValue->ph_cust_id." | "; }else{ echo ""; } echo " | ".$reportDataValue->opd_reg_id." | "; if($reportDataValue->ipd_reg_id != 0){ echo "".$reportDataValue->ipd_reg_id." | "; }else{ echo ""; } if($reportDataValue->patient_id){ if($reportDataValue->patient_id != $UHID){ echo " | ".$reportDataValue->patient_name." | "; $UHID = $reportDataValue->patient_id; }else{ echo ""; } }else if($reportDataValue->ph_cust_id){ if($reportDataValue->ph_cust_id != $UHID){ echo " | ".$reportDataValue->ph_cust_name." | "; $custId = $reportDataValue->ph_cust_id; }else{ echo ""; } }else{ echo " | "; } echo " | ".$reportDataValue->product_name." | "; echo "".$reportDataValue->trn_type."/".$reportDataValue->trn_fyear."/".$reportDataValue->trn_id." | "; echo "".\Helper::getDisplayDate($reportDataValue->trn_date)." | "; echo "".$reportDataValue->quantity." | "; echo "".$reportDataValue->doctor_name." | "; echo "