@extends('docs.public.layout') @section('title', _lang('Help Center')) @section('content')
{{ _lang('Learn how to use the system — every module, what to enter in each field and where it is used, all in one place.') }}
{{ _lang('results for') }} "{{ $keyword }}" — {{ $total }} {{ _lang('found.') }} {{ _lang('Show all') }}
@endif @php($docNum = 0) @foreach ($groups as $gkey => $group) @php($items = $grouped->get($gkey)) @if ($items && $items->count())