@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