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