@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
| S.NO |
Question |
Answer |
Action |
@if(count($faq)>0)
@foreach ($faq as $key=>$faq1)
| {{ $s }} |
{{ $faq1->faq_question }} |
|
|
@endforeach
@else
| No record found! |
@endif
{{$faq->links()}}