Issue solved in filter in connection type

This commit is contained in:
dhanabalan
2025-06-07 16:36:58 +05:30
parent 88802d8a11
commit cac691c82d
5 changed files with 32 additions and 23 deletions

View File

@@ -60,7 +60,7 @@
{{-- <td style="width:13%; text-align:right; border:none; border-bottom:1px solid #222;">
<img src="{{ public_path('images/isi_logo1.PNG') }}" alt="ISI Logo" height="35" style="position: relative; left: -20mm;">
</td> --}}
@php
{{-- @php
$showIsiLogo = $records->every(fn ($record) => $record['isi_model']);
@endphp
@@ -70,7 +70,8 @@
</td>
@else
<td style="width:13%; border:none; border-bottom:1px solid #222;"></td>
@endif
@endif --}}
<td style="width:13%; border:none; border-bottom:1px solid #222;"></td>
</tr>
<tr>
{{-- @php
@@ -96,7 +97,7 @@
$phase = $firstRecord['phase'] ?? '-';
}
@endphp
<td colspan="3" style="text-align:left; font-size:10px; font-weight:bold; border:none; padding-left:230mm;">
<td colspan="3" style="text-align:left; font-size:10px; font-weight:bold; border:none; padding-left:300mm;">
MOTOR KW / HP : {{ $kw }} / {{ $hp }} and PHASE : {{ $phase }}
</td>
</tr>