diff --git a/routes/web.php b/routes/web.php index aec23be7..faf2ef06 100644 --- a/routes/web.php +++ b/routes/web.php @@ -443,7 +443,7 @@ Route::get('/delayed_container/customers', function(){ foreach ($companies as $company){ $marking = $company->inviters()->withPivot('invitee_reference')->first()->pivot->invitee_reference; - echo ''.$marking.'
'; + echo ''.$marking.'
'; }