diff --git a/config/dashboard.php b/config/dashboard.php index f13389e0..07247810 100644 --- a/config/dashboard.php +++ b/config/dashboard.php @@ -68,26 +68,23 @@ ], 'belgian_trains' => [ - [ - 'departure' => 'Antwerpen-Centraal', - 'destination' => 'Gent-Dampoort', - 'label' => 'Gent', - ], - [ - 'departure' => 'Antwerpen-Centraal', - 'destination' => 'Mechelen', - 'label' => 'Mechelen', - ], - [ - 'departure' => 'Antwerpen-Centraal', - 'destination' => 'Overpelt', - 'label' => 'Overpelt', - ], - [ - 'departure' => 'Antwerpen-Centraal', - 'destination' => 'Kapellen', - 'label' => 'Kapellen', - ], + 'connections' => [ + [ + 'departure' => 'Antwerpen-Centraal', + 'destination' => 'Gent-Dampoort', + 'label' => 'Gent', + ], + [ + 'departure' => 'Antwerpen-Centraal', + 'destination' => 'Mechelen', + 'label' => 'Mechelen', + ], + [ + 'departure' => 'Antwerpen-Centraal', + 'destination' => 'Overpelt', + 'label' => 'Overpelt', + ], + ] ], 'time_weather' => [ diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index b2c76682..bccec21a 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -1,3 +1,10 @@ +@push('assets') + +@endpush {{--