fix code for blade and report
This commit is contained in:
@@ -23,8 +23,6 @@ class SupervisorCartableReport implements FromView, WithEvents, ShouldAutoSize,
|
||||
|
||||
return view('v3.Reports.RoadObservation.SupervisorCartableReport', [
|
||||
'data' => $this->data,
|
||||
'fromDate' => $this->data['fromDate'] ?? null,
|
||||
'toDate' => $this->data['toDate'] ?? null
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -65,7 +63,7 @@ class SupervisorCartableReport implements FromView, WithEvents, ShouldAutoSize,
|
||||
$drawing2->setHeight(50);
|
||||
$drawing2->setOffsetX(5);
|
||||
$drawing2->setOffsetY(5);
|
||||
$drawing2->setCoordinates('q1');
|
||||
$drawing2->setCoordinates('K1');
|
||||
return [$drawing, $drawing2];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user