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