Files
backend/resources/views/excel/Tollhouse/Tollhouse.blade.php

164 lines
9.8 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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="24"
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="24"
style="background-color: #DAEEF3;text-align: center;border-right:1px solid black;font-weight:bolder;">
</th>
</tr>
<tr>
<th colspan="24"
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;text-align: center;border:1px solid black;font-weight: bold;">اداره
کل</th>
<th rowspan="2"
style="background-color: #EBF1DE;text-align: center;border:1px solid black;font-weight: bold;">
شهرستان</th>
<th rowspan="2"
style="background-color: #EBF1DE;text-align: center;border:1px solid black;font-weight: bold;">نام
محور</th>
<th rowspan="2"
style="background-color: #EBF1DE;text-align: center;border:1px solid black;font-weight: bold;">نوع
محور</th>
<th rowspan="2"
style="background-color: #EBF1DE;text-align: center;border:1px solid black;font-weight: bold;">عنوان
پروژه</th>
<th colspan="4"
style="background-color: #EBF1DE;text-align: center;border:1px solid black;font-weight: bold;">نوع
عملیات </th>
<th rowspan="2"
style="background-color: #EBF1DE;text-align: center;border:1px solid black;font-weight: bold;">تاریخ
قرارداد</th>
<th rowspan="2"
style="background-color: #EBF1DE;text-align: center;border:1px solid black;font-weight: bold;">آخرین
وضعیت پروژه</th>
<th rowspan="2"
style="background-color: #EBF1DE;text-align: center;border:1px solid black;font-weight: bold;">درصد
پیشرفت کل پروژه</th>
<th colspan="4"
style="background-color: #E4DFEC;text-align: center;border:1px solid black;font-weight: bold;">
اطلاعات مالی پروژه (میلیون ریال)</th>
<th colspan="8"
style="background-color: #FDE9D9;text-align: center;border:1px solid black;font-weight: bold;">
اطلاعات تکمیلی</th>
</tr>
<tr>
<th style="background-color: #C4D79B;text-align: center;border:1px solid black;font-weight: bold;">
عملیات 1</th>
<th style="background-color: #C4D79B;text-align: center;border:1px solid black;font-weight: bold;">
عملیات 2</th>
<th style="background-color: #C4D79B;text-align: center;border:1px solid black;font-weight: bold;">
عملیات 3</th>
<th style="background-color: #C4D79B;text-align: center;border:1px solid black;font-weight: bold;">
عملیات 4</th>
<th style="background-color: #B1A0C7;text-align: center;border:1px solid black;font-weight: bold;">آخرین
رقم ریالی</th>
<th style="background-color: #B1A0C7;text-align: center;border:1px solid black;font-weight: bold;">آخرین
کارکرد پیمانکار</th>
<th style="background-color: #B1A0C7;text-align: center;border:1px solid black;font-weight: bold;">مبلغ
پرداختی به پیمانکار</th>
<th style="background-color: #B1A0C7;text-align: center;border:1px solid black;font-weight: bold;">مبلغ
مورد نیاز جهت تکمیل پروژه</th>
<th style="background-color: #FCD5B4;text-align: center;border:1px solid black;font-weight: bold;">نام
پیمانکار</th>
<th style="background-color: #FCD5B4;text-align: center;border:1px solid black;font-weight: bold;">مشاور
طراحی</th>
<th style="background-color: #FCD5B4;text-align: center;border:1px solid black;font-weight: bold;">مشاور
نظارت</th>
<th style="background-color: #FCD5B4;text-align: center;border:1px solid black;font-weight: bold;">درجه
اهمیت پروژه</th>
<th style="background-color: #FCD5B4;text-align: center;border:1px solid black;font-weight: bold;">درجه
اهمیت پیگیری پروژه</th>
<th style="background-color: #FCD5B4;text-align: center;border:1px solid black;font-weight: bold;">
کارشناس ناظر پروژه</th>
<th style="background-color: #FCD5B4;text-align: center;border:1px solid black;font-weight: bold;">شماره
تماس ناظر</th>
<th style="background-color: #FCD5B4;text-align: center;border:1px solid black;font-weight: bold;">آخرین
تاریخ بروز رسانی</th>
<th style="background-color: #FCD5B4;text-align: center;border:1px solid black;font-weight: bold;">کد
پروژه در سامانه</th>
</tr>
</thead>
<tbody>
@foreach ($roads as $road)
<tr>
<td style="border: 1px solid black;text-align: center;">{{ $road->province_fa }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->city_fa }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->axis_name_fa }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->axis_type_fa }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->project_title }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->operation_type_fa1 }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->operation_type_fa2 }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->operation_type_fa3 }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->operation_type_fa4 }}</td>
<td style="border: 1px solid black;text-align: center;">
{{ Hekmatinasser\Verta\Verta::instance($road->contract_date_from_parent_contract)->format('Y/n/j') }}
</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->last_status_fa }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->progress_project }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->last_digit_project }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->last_function_operator }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->last_payable_operator }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->complete_payable }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->contracts->contract_peymankar }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->contract_moshaver_tarahi }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->contract_moshaver_nezarat }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->priority_project_fa }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->followup_priority_project }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->operator_name }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->operator_phone }}</td>
<td style="border: 1px solid black;text-align: center;">
{{ Hekmatinasser\Verta\Verta::instance($road->last_date_update)->format('Y/n/j') }}</td>
<td style="border: 1px solid black;text-align: center;">{{ $road->unique_code }}</td>
</tr>
@endforeach
</tbody>
</table>
</body>
</html>