MIF_E31222541/resources/views/website/export/excel-parameter-height-sub-...

18 lines
746 B
PHP

<table style="border-collapse: collapse; font-size: 12px; width: 100%; border: 1px solid #000;">
<tr>
<td colspan="2" style="text-align: center; border: 1px solid #000; font-weight: bold; width: 200px;">
Parameter Ketinggian Tahun {{ $parameterHeightSubDistrict[0]['year'] }}
</td>
</tr>
@foreach ($parameterHeightSubDistrict as $sub_district)
<tr>
<td style="text-align: center; border: 1px solid #000; font-weight: bold;">
{{ $sub_district['sub_district'] }}
</td>
<td style="text-align: center; border: 1px solid #000; font-weight: bold;">
{{ $sub_district['height'] }}
</td>
</tr>
@endforeach
</table>