diff --git a/app/Http/Controllers/RouteController.php b/app/Http/Controllers/RouteController.php index f382076..0af8f89 100644 --- a/app/Http/Controllers/RouteController.php +++ b/app/Http/Controllers/RouteController.php @@ -26,6 +26,7 @@ class RouteController extends Controller 'id' => $detail->sport_id, 'name_it' => $detail->sport->name_it, 'name_en' => $detail->sport->name_en, + 'duration' => $detail->duration, ]; }