@extends('billingPdf.depositWithdrawal.header') @section('content') @php use App\Constants\CommonConstants; $fractionDigit = CommonConstants::PL_SUMMARY['MAX_FRACTION_DIGIT']; $lastGroup = null; $totalprofit = 0; // For Deposit withdrawal with lotus if ($reportType == CommonConstants::TELEGRAM_PREFERENCE['DEPOSIT_WITHDRAWAL']['REPORT_TYPE']) { $totalLotusValue = 0; } @endphp