@extends('layouts.app') @section('title', 'Help Center') @section('content')
@if(session('done')) @endif @if(session('not')) @endif
{{ $helpcenters->total() }} Questions
@forelse($helpcenters as $index => $helpcenter) @empty @endforelse
# Question Answer Actions
{{ $index + 1 }} {{ $helpcenter->question }} {{ \Illuminate\Support\Str::limit($helpcenter->answer, 60, '...') }}

No questions found

Add your first FAQ to get started
@if($helpcenters->hasPages()) @endif
@endsection @section('modals') @endsection @push('style') @endpush @push('script') @endpush