Files
backend/resources/views/excel-old/CurrentActivities/Zemestani/City.blade.php
2024-02-01 09:53:53 +00:00

74 lines
4.7 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>
</head>
<body dir="rtl">
<table>
<thead>
<tr>
<th colspan="12" style="background-color: #daeef3;border-right: 1px solid black;border-left: 1px solid black;;"></th>
</tr>
<tr>
<th colspan="12" style="background-color: #daeef3;border:1px solid black;text-align: center;">فهرست فعالیت های ثبت شده در محور ................ از تاریخ .......... تا تاریخ ............</th>
</tr>
<tr>
<th colspan="12" style="background-color: #daeef3;border-right: 1px solid black;border-left: 1px solid black;;"></th>
</tr>
<tr>
<th rowspan="3" style="background-color: #ebf1de;border:1px solid black;text-align: center;">اداره کل</th>
<th rowspan="3" style="background-color: #ebf1de;border:1px solid black;text-align: center;">شهرستان</th>
<th colspan="10" style="background-color: #ebf1de;border:1px solid black;text-align: center;">فعالیت‌های عملیات زمستانی</th>
</tr>
<tr>
<th colspan="2" style="background-color: #c4d79b;border: 1px solid black; text-align:center;">عملیات یخ زدایی با شن و نمک پاشی </th>
<th colspan="2" style="background-color: #c4d79b;border: 1px solid black; text-align:center;">برف روبی </th>
<th colspan="2" style="background-color: #c4d79b;border: 1px solid black; text-align:center;">میزان نمک شن و ماسه مصرفی </th>
<th colspan="2" style="background-color: #c4d79b;border: 1px solid black; text-align:center;">مسافرین اسکان داده شده </th>
<th colspan="2" style="background-color: #c4d79b;border: 1px solid black; text-align:center;">کمک رسانی به خودرو</th>
</tr>
<tr>
<th style="background-color: #fde9d9;border: 1px solid black;text-align: center;">تعداد</th>
<th style="background-color: #fde9d9;border: 1px solid black;text-align: center;">مجموع</th>
<th style="background-color: #fde9d9;border: 1px solid black;text-align: center;">تعداد</th>
<th style="background-color: #fde9d9;border: 1px solid black;text-align: center;">مجموع</th>
<th style="background-color: #fde9d9;border: 1px solid black;text-align: center;">تعداد</th>
<th style="background-color: #fde9d9;border: 1px solid black;text-align: center;">مجموع</th>
<th style="background-color: #fde9d9;border: 1px solid black;text-align: center;">تعداد</th>
<th style="background-color: #fde9d9;border: 1px solid black;text-align: center;">مجموع</th>
<th style="background-color: #fde9d9;border: 1px solid black;text-align: center;">تعداد</th>
<th style="background-color: #fde9d9;border: 1px solid black;text-align: center;">مجموع</th>
</tr>
</thead>
<tbody>
@foreach ($data as $item)
<tr>
<td style="text-align: center;border:1px solid black;">{{$item->province_fa}}</td>
<td style="text-align: center;border:1px solid black;">{{$item->city_fa}}</td>
<td style="text-align: center;border:1px solid black;">{{$item->YakhzodaeiCount}}</td>
<td style="text-align: center;border:1px solid black;">{{$item->YakhzodaeiSum}}</td>
<td style="text-align: center;border:1px solid black;">{{$item->BarfRoobiCount}}</td>
<td style="text-align: center;border:1px solid black;">{{$item->BarfRoobiSum}}</td>
<td style="text-align: center;border:1px solid black;">{{$item->MizanNamakCount}}</td>
<td style="text-align: center;border:1px solid black;">{{$item->MizanNamakSum}}</td>
<td style="text-align: center;border:1px solid black;">{{$item->MosaferinCount}}</td>
<td style="text-align: center;border:1px solid black;">{{$item->MosaferinSum}}</td>
<td style="text-align: center;border:1px solid black;">{{$item->KomakResaniCount}}</td>
<td style="text-align: center;border:1px solid black;">{{$item->KomakResaniSum}}</td>
</tr>
@endforeach
</tbody>
</table>
</body>
</html>