@extends('admin.layouts.master') @section('content')

Faq Setting ADD NEW

@foreach($faqList as $key=>$faq) @endforeach
Serial Question Answer Action
{{ $key+1 }} {{ $faq->question }} {!! str_limit($faq->answer, 15,'') !!} @if(str_word_count($faq->answer) > 5) @endif
@endsection