@extends('Reports.template') @section('title') Product Stock Data @endsection @section('ExternalCss') @parent @endsection @section('Content') @php $currentTime = \Carbon\Carbon::now(); @endphp @php $sr = 1; @endphp @foreach ($productStockData as $key =>$value) @if($value->product_tracking_sr_no != null) @break @else @endif @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}}
Product Stock Data Store : {{$storeName}} As On : {{$currentTime->format('d/m/Y H:i:s ')}}
Sr No   Product Name Batch No Batch Exp. Current Stock Qty
This Product Has Already Barcode !!!
{{$sr++}}   {{ $value->product_name }} {{$value->batch_no}} {{\Helper::getDisplayDate($value->batch_exp)}} {{ $value->current_stock_qty }}
@if($sr > 1) @endif Back
@endsection @section('ExternalJs') @endsection