|
@@ -8,7 +8,7 @@
|
|
|
@foreach($parsedRoutes as $groupName => $routes)
|
|
|
#{!! $groupName !!}
|
|
|
{{-- We pick the first non-empty description we see. --}}
|
|
|
-{!! Arr::first($routes, function ($route) { return $route['groupDescription'] !== ''; })['groupDescription'] ?? '' !!}
|
|
|
+{!! \Illuminate\Support\Arr::first($routes, function ($route) { return $route['groupDescription'] !== ''; })['groupDescription'] ?? '' !!}
|
|
|
@foreach($routes as $parsedRoute)
|
|
|
@if($writeCompareFile === true)
|
|
|
{!! $parsedRoute['output'] !!}
|