Files
backend/resources/views/excel/Maintanance/summaryAccidentPerformanceCity.blade.php

115 lines
7.3 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>جمع بندی عملکرد روکش - شهرستان</title>
<style>
table,
th,
td {
border: 1px solid black;
}
</style>
</head>
<body dir="rtl" style="text-align: center;">
<table>
<thead>
<tr>
<th colspan="19" style="background-color: #DAEEF3;text-align: center;border-right: 1px solid black;font-weight:bolder;">
تاریخ دریافت گزارش: {{verta()->now()->format('Y/m/d H:i')}}
</th>
</tr>
<tr>
<th colspan="19" style="background-color: #DAEEF3;text-align: center;border-right:1px solid black;font-weight:bolder;"></th>
</tr>
<tr>
<th colspan="19" style="background-color: #DAEEF3;text-align: center;border-right:1px solid black;font-weight:bolder;font-size: 13;">
@if ($fromFa == null)
گزارش کارکرد روکش آسفالت
@else
گزارش کارکرد روکش آسفالت از تاریخ
{{verta($fromFa)->format('Y/n/j')}}
تا
تاریخ
{{verta($toFa)->format('Y/n/j')}}
@endif
</th>
</tr>
<tr >
<th rowspan="2" style="background-color: #EBF1DE;border:1px solid black;text-align:center;font-weight:bold;">اداره کل</th>
<th rowspan="2" style="background-color: #EBF1DE;border:1px solid black;text-align:center;font-weight:bold;">شهرستان</th>
<th colspan="4" style="background-color: #EBF1DE;border:1px solid black;text-align:center;font-weight:bold;">روکش تقویتی (کیلومتر)</th>
<th colspan="9" style="background-color: #EBF1DE;border:1px solid black;text-align:center;font-weight:bold;">روکش حفاظتی (کیلومتر)</th>
<th colspan="3" style="background-color: #EBF1DE;border:1px solid black;text-align:center;font-weight:bold;">لکه گیری و درزگیری (کیلومتر)</th>
<th rowspan="2" style="background-color: #EBF1DE;border:1px solid black;text-align:center;font-weight:bold;">تعداد پروژه</th>
{{-- <th rowspan="2" style="background-color: #EBF1DE;border:1px solid black;text-align:center;font-weight:bold;">میانگین درصد پیشرفت فیزیکی</th> --}}
</tr>
<tr>
<th style="text-align: center;border:1px solid black;background-color: #C4D79B;font-weight:bold;">روکش آسفالت گرم</th>
<th style="text-align: center;border:1px solid black;background-color: #C4D79B;font-weight:bold;">ماسه آسفالت</th>
<th style="text-align: center;border:1px solid black;background-color: #C4D79B;font-weight:bold;">بازیافت سرد/گرم</th>
<th style="text-align: center;border:1px solid black;background-color: #C4D79B;font-weight:bold;">تناژ کل (تن)</th>
<th style="text-align: center;border:1px solid black;background-color: #C4D79B;font-weight:bold;">میکروسرفیسینگ</th>
<th style="text-align: center;border:1px solid black;background-color: #C4D79B;font-weight:bold;">چیپ سیل</th>
<th style="text-align: center;border:1px solid black;background-color: #C4D79B;font-weight:bold;">اسلاری سیل</th>
<th style="text-align: center;border:1px solid black;background-color: #C4D79B;font-weight:bold;">اسکراب سیل</th>
<th style="text-align: center;border:1px solid black;background-color: #C4D79B;font-weight:bold;">فوگ سیل</th>
<th style="text-align: center;border:1px solid black;background-color: #C4D79B;font-weight:bold;">سیل کت</th>
<th style="text-align: center;border:1px solid black;background-color: #C4D79B;font-weight:bold;">کیپ سیل</th>
<th style="text-align: center;border:1px solid black;background-color: #C4D79B;font-weight:bold;">آسفالت سرد/ردمیکس</th>
<th style="text-align: center;border:1px solid black;background-color: #C4D79B;font-weight:bold;">تناژ کل (تن)</th>
<th style="text-align: center;border:1px solid black;background-color: #C4D79B;font-weight:bold;">لکه گیری</th>
<th style="text-align: center;border:1px solid black;background-color: #C4D79B;font-weight:bold;">درزگیری</th>
<th style="text-align: center;border:1px solid black;background-color: #C4D79B;font-weight:bold;">تناژ کل لکه گیری (تن)</th>
</tr>
</thead>
<tbody>
@foreach ($array as $item)
<tr>
<td style="border: 1px solid black;text-align: center;">{{$item['province_fa']}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['city_fa']}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['AsphaltGarmDone'] ?? '0'}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['MaseAsphaltDone'] ?? '0'}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['BazyaftSardGarmDone'] ?? '0'}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['RokeshTghviyatiTonajeKol'] ?? '0'}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['mirosurfacingDone'] ?? '0'}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['ChipSailDone'] ?? '0'}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['SlarySaildDone'] ?? '0'}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['ScrubSailDone'] ?? '0'}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['FogSailDone'] ?? '0'}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['SailKatDone'] ?? '0'}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['KipSailDone'] ?? '0'}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['AsphaltRedmixDone'] ?? '0'}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['RokeshHefazatiTonajeKol'] ?? '0'}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['LakegiriDone'] ?? '0'}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['DarzgiriDone'] ?? '0'}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['LakeGiriTonajkol'] ?? '0'}}</td>
<td style="border: 1px solid black;text-align: center;">{{$item['qty'] ?? '0'}}</td>
{{-- <td style="border: 1px solid black;text-align: center;">{{$item['progress_project'] ?? '0'}}</td> --}}
</tr>
@endforeach
</tbody>
</table>
</body>
</html>