@lang('help.page.title')

{{ Helper::getApplicationName() . ' | Version - ' . trans('app.version') }}

{!! $overview ? $overview : trans('help.data.null') !!}


    @if ($faqs) @foreach ($faqs as $index => $faq)
  • {{ \Str::replace('q', '', $index) . '. ' . $faq['question'] }}

    {{ $faq['answer'] }}

  • @endforeach @else

    @lang('help.data.null')

    @endif

@lang('help.page.module')

@if ($modules) @foreach ($modules as $index => $module)
{!! isset($module['overview']) ? $module['overview'] : trans('help.data.null') !!}
@endforeach @else

@lang('help.data.null')

@endif