diff --git a/resources/views/setup/wizard.blade.php b/resources/views/setup/wizard.blade.php index 5a24d52..29dbeef 100644 --- a/resources/views/setup/wizard.blade.php +++ b/resources/views/setup/wizard.blade.php @@ -82,6 +82,17 @@ $bodyClass = 'bg-white'; @foreach($settings->groupBy('group') as $group => $items)
{{ ucfirst($group) }}
+ @if($group === 'integration') +
+
Panduan cepat integrasi
+ +
Contoh: curl -H "X-Api-Key: YOUR_KEY" "{{ url('/api/v1/assets') }}" | Dokumentasi API bisa ditambahkan di halaman help/changelog.
+
+ @endif
@foreach($items as $setting) @php