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

@@ -55,7 +55,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
@@ -65,7 +65,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