@extends('layouts.admin-layout') @section('title', 'All Faqs List') @section('content')
@csrf

PortFolio Section

Profile Preview

Home Faqs Section

@foreach($all_get_faqs as $faq) @endforeach
Heading Short description Action
{{$faq->title}} {!! \Illuminate\Support\Str::limit(strip_tags($faq->description), 80, '...') !!}
@endsection @section('script') @endsection