d2d.emegrendeles.hu/resources/views/vendor/scribe/themes/default/groups.blade.php
E98Developer 68b7c35bef git init
2026-02-28 06:53:05 +01:00

11 lines
306 B
PHP

@foreach($groupedEndpoints as $group)
<h1 id="{!! Str::slug($group['name']) !!}">{!! $group['name'] !!}</h1>
{!! Parsedown::instance()->text($group['description']) !!}
@foreach($group['endpoints'] as $endpoint)
@include("scribe::themes.default.endpoint")
@endforeach
@endforeach