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