mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-24 15:05:09 +00:00
customer report
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ Route::group(['prefix' => 'template', 'as' => 'template.'], function () {
|
||||
});
|
||||
|
||||
Route::get('/report', function(){
|
||||
$containers = Container::whereMonth('loading_date', '=', '09')->whereYear('loading_date', '=', '2021')->get();
|
||||
$containers = Container::all();
|
||||
|
||||
$total = 0;
|
||||
$customers = collect();
|
||||
|
||||
Reference in New Issue
Block a user