province blade
This commit is contained in:
@@ -39,7 +39,7 @@ class ProvinceReport implements FromView, ShouldAutoSize, WithEvents, WithDrawin
|
|||||||
|
|
||||||
foreach ($inputData['cities'] as $city) {
|
foreach ($inputData['cities'] as $city) {
|
||||||
|
|
||||||
$existingCity = array_search($city->id, array_column($inputData['data'], 'city_id'));
|
$existingCity = array_search($city->id, array_column($reportData['data'], 'city_id'));
|
||||||
|
|
||||||
if ($existingCity) {
|
if ($existingCity) {
|
||||||
$activities[] = [
|
$activities[] = [
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
تعداد کل
|
تعداد کل
|
||||||
</th>
|
</th>
|
||||||
<th colspan="2" style="border:1px solid black;text-align:center;background-color: #C4D79B;">
|
<th colspan="2" style="border:1px solid black;text-align:center;background-color: #C4D79B;">
|
||||||
نحوه شناسایی خسارت
|
تعداد نحوه شناسایی خسارت
|
||||||
</th>
|
</th>
|
||||||
<th rowspan="2" style="border:1px solid black;text-align:center;background-color: #C4D79B;">
|
<th rowspan="2" style="border:1px solid black;text-align:center;background-color: #C4D79B;">
|
||||||
مبلغ کل خسارت ثبت شده (ریال)
|
مبلغ کل خسارت ثبت شده (ریال)
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
بیمه
|
بیمه
|
||||||
</th>
|
</th>
|
||||||
<th style="border:1px solid black;text-align:center;background-color: #EBF1DE;">
|
<th style="border:1px solid black;text-align:center;background-color: #EBF1DE;">
|
||||||
کسر داغی
|
داغی
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user