@extends('Reports.template') @section('title') Patient Wise Bill Report @endsection @section('ExternalCss') @parent @endsection @section('Content')
| 
                    @if($businessEntityMasterData[0]->logo != null)
                     
                     | 
                
                     {{ $businessEntityMasterData[0]->name }} 
                    {{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }} 
                    {{"Phone : ".$businessEntityMasterData[0]->tel1}} 
                 | 
            ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$reportTitle}} | As on: {{$currentTime->format('d/m/Y H:i:s ')}} | ||||||||||||||
| Patient / Customer | Bill No | Bill Date | Created Date | Created By | Bill Amount | ||||||||||
| {{$patOrCustDetail}} | {{$bill->trn_type.$bill->trn_id}} | {{\Helper::getDisplayDate($bill->trn_date)}} | {{\Helper::getDisplayDate($bill->created_date)}} | {{$bill->created_by}} | {{\Helper::customAmountFormat($billAmount)}} | {{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}} | |||||||||