@extends('admin.layouts.app') @section('title', 'FAQs') @section('content')
{{ $faqs->total() }} total
{{ $faq->question }}
{{ \Illuminate\Support\Str::limit($faq->answer, 90) }}