{{ __('help.hero.title') }}

{{ __('help.hero.subtitle') }}

@foreach($quickActions as $action)
{{ $action['title'] }}
@endforeach

{{ $setupGuide['title'] }}

{{ $setupGuide['description'] }}

@foreach($setupGuide['steps'] as $index => $step) @endforeach
@foreach($setupGuide['steps'] as $index => $step)
{{ __('Step') }} {{ $step['number'] }}

{{ $step['title'] }}

{{ $step['description'] }}

@if(isset($step['items']))
    @foreach($step['items'] as $item)
  • {{ $item }}
  • @endforeach
@endif @if(isset($step['note']))
{{ $step['note'] }}
@endif @if(isset($step['example']))
{{ $step['example'] }}
@endif @if(isset($step['important']))
{{ $step['important'] }}
@endif @if(isset($step['final']))
{{ $step['final'] }}
@endif
@endforeach
@foreach($sections as $section)

{{ $section['title'] }}

{{ $section['description'] }}

@if(isset($section['content']))
{!! nl2br(e($section['content'])) !!}
@endif @if(isset($section['steps']))
    @foreach($section['steps'] as $step)
  1. {{ $step }}
  2. @endforeach
@endif @if(isset($section['features']))
    @foreach($section['features'] as $feature)
  • {{ $feature }}
  • @endforeach
@endif @if(isset($section['subsections']))
@foreach($section['subsections'] as $subsection)

{{ $subsection['title'] }}

{{ $subsection['description'] }}

@endforeach
@endif
@endforeach

{{ __('help.tips_title') }}

@foreach($tips as $tip)

{{ $tip['tip'] }}

@endforeach

{{ __('help.faqs_title') }}

@foreach($faqs as $index => $faq)
{{ $faq['question'] }}
{{ $faq['answer'] }}
@endforeach
{{--
--}} {{--
--}} {{--

{{ __('help.contact.title') }}

--}} {{--

{{ __('help.contact.text') }}

--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- support@waterquality.sa--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- 920001234--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}