@extends('Reports.template') @php $reportTitle = 'Transaction Wise HSN Missing Register'; @endphp @section('title') {{$reportTitle}} @endsection @section('ExternalCss') @parent @endsection @section('Content') @php $sr=1; @endphp @foreach ($productTransactionData as $ptd) @endforeach @php $currentTime = \Carbon\Carbon::now(); @endphp
@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}}
{{$reportTitle." "}} Period : {{\Helper::getDisplayDate($fromDate)}} TO {{\Helper::getDisplayDate($toDate)}}
Sr Product ID Product Name HSN Code Last Voucher Number
{{ $sr++ }} {{ $ptd->product_id }} {{ $ptd->product_name }} {{ $ptd->product_hsn_code }} {{$ptd->trn_type .'/'.$ptd->trn_fyear.'/'. $ptd->max_trn_id}}
{{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}}
Back
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection