@include('admin.layout.message')
| Sl.No. |
Question |
Answers |
Action |
@if(!empty($alldata))
@foreach($alldata as $faq)
| {{$i}} |
{{$faq['question']}}
|
{{ \Illuminate\Support\Str::limit($faq['answare'], 100, '...') }}
|
|
@endforeach
@endif
| Sl.No. |
Name |
Description |
Action |
@endsection