Issue solved in filter in connection type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user