@if($trnType == "IR" || $trnType == "DCR")
@if($trnType == "IR")
Bill No
@else
DC No
@endif
✱
@else
@if($billAmendment == 'Y' || $partialBillAmendment == 'Y' || $billDiscountAmendment == 'Y')
@if($trnType == "I")
Bill No
@else
DC No
@endif
✱
@else
@if($trnType == "I")
Bill No
@else
DC No
@endif
@endif
@endif
@if($salesBillDateDisable == 'Y')
@if($trnType == "I" || $trnType == "IR")
Bill Date
@else
DC Date
@endif
@else
@if($trnType == "I" || $trnType == "IR")
Bill Date
@else
DC Date
@endif
@endif
✱