@extends('Reports.template') @section('title') Department Issue & return List @endsection @section('ExternalCss') @parent @endsection @section('Content') @php $currentTime = \Carbon\Carbon::now(); @endphp @php $totalQty = 0; $sr = 1; @endphp @foreach ($departmentData as $key=>$department) @php $departmentName=$department->department_name; @endphp @foreach ($departmentTransactionData as $key =>$transaction) @if($transaction->department_id == $department->department_id) @php $departmentName=$department->department_name; @endphp @endif @endforeach @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}}
{{Config::get('store_constants.reports.DEPARTMENT_ISSUE_SUMMARY')}} Period : {{\Helper::getDisplayDate($fromDate)}} TO {{\Helper::getDisplayDate($toDate)}}
Sr No Department Name Qty
  {{Config::get('store_constants.transaction.ISSUE_TRN_TYPE')}}   {{Config::get('store_constants.transaction.ISSUE_TRN_DATE')}}   Product Name   Quantity
{{$sr++}} {{$department->department_name}} {{$department->quantity}}
  {{$transaction->trn_type}}   {{\Helper::getDisplayDate($transaction->trn_date)}}   {{$transaction->product_name}}   {{$transaction->calc_quantiy}}
{{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}}


Back
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection