This commit is contained in:
sayaliparab
2024-07-16 12:35:35 +05:30
parent e2074625e4
commit 72491bfd2e

View File

@@ -8,9 +8,9 @@
<body>
<h1>{{ $reportType }} Report</h1>
<!-- @if ($data->isEmpty())
@if ($data->isEmpty())
<p>No data available</p>
@else -->
@else
@if ($reportType === 'Total Subscribed')
<table>
@@ -193,7 +193,7 @@
@endif
<!-- @endif -->
@endif
</body>
</html>