@extends('Reports.template') @section('title') {{'Indent Medicine Pending List'}} @endsection @section('ExternalCss') @parent @endsection @section('Content')
@php $i = 1; @endphp @foreach ($indentMedicineData as $key =>$medicineData) @endforeach
@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}}
Indent Medicine List ( IP ID : {{$patientData->ipd_reg_id}} , Pat. ID : {{$patientData->patient_id}} , Pat. Name : {{$patientData->patient_name}} )
( Indent ID : {{$patientData->trn_id}} , Date : {{\Helper::getDisplayDate($patientData->trn_date)}} , Pat. Type : {{$patientData->rate_type . " / " . $patientData->rate_card}} , Room : {{$patientData->room_dis . " / ". $patientData->room_cat_dis}} , Doctor : {{$patientData->doctor_shortname}} )
Sr.   Item Name Generic Drug Name Req. Qty. Issue Qty. Pending Qty.
{{ $i++ }}   {{ substr($medicineData->product_name, 0, 32) }} {{ substr($medicineData->generic_drug_name, 0, 40) }} {{ $medicineData->requestedQuantity }} {{ $medicineData->issueQuantity }} {{ $medicineData->quantity }}
Remark : {{ $patientData->remark }}
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection