debug my code
This commit is contained in:
@@ -23,8 +23,8 @@ class OperatorCartableReport implements FromView, ShouldAutoSize, WithEvents, Wi
|
||||
{
|
||||
$data = $this->data;
|
||||
|
||||
return view('v3.Reports.RoadItems.RoadObservation.OperatorCartableReport', [
|
||||
'data' => $data['activities']['data'],
|
||||
return view('v3.Reports.RoadObservation.OperatorCartableReport', [
|
||||
'data' => $data,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@ class SupervisorCartableReport implements FromView, WithEvents, ShouldAutoSize,
|
||||
{
|
||||
$data = $this->data;
|
||||
|
||||
return view('v3.Reports.RoadItems.RoadObservation.supervisorCartableReport', [
|
||||
'data' => $data['activities']['data'],
|
||||
return view('v3.Reports.RoadObservation.SupervisorCartableReport', [
|
||||
'data' => $data,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user