@extends('layouts.app')
@section('title','Help Centre')
@section('page-title','Help Centre')
@push('styles')
@endpush
@section('content')
{{-- Search --}}
{{ count($articles) }} result{{ count($articles)!=1?'s':'' }} for
"{{ e($query) }}"
Clear
@foreach($articles as $a)
No results for "{{ e($query) }}"
Try different keywords, or browse all articles below.
Browse All Articles
@endif
@if(!$query)