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