namespace
This commit is contained in:
@@ -76,7 +76,7 @@ class AfterActionReportsController extends Controller
|
|||||||
|
|
||||||
public function DisplayAllReports() {
|
public function DisplayAllReports() {
|
||||||
//Grab all the reports
|
//Grab all the reports
|
||||||
$reports = AfterActionReports::where('created_at', '>=', Carbon::now()->subDays(30));
|
$reports = AfterActionReport::where('created_at', '>=', Carbon::now()->subDays(30));
|
||||||
$comments = AfterActionReportComment::where('created_at', '>=', Carbon::now()->subDays(30));
|
$comments = AfterActionReportComment::where('created_at', '>=', Carbon::now()->subDays(30));
|
||||||
|
|
||||||
return view('reports.user.displayreports')->with('reports', $reports)
|
return view('reports.user.displayreports')->with('reports', $reports)
|
||||||
|
|||||||
Reference in New Issue
Block a user