Faq List

@forelse($faqs as $key=>$row) @empty @endif
S.No Question Status Action
{{$key+1+($faqs->currentPage()-1) * ($faqs->perPage())}} {{$row->question ?? ''}} @if($row->status == 1) @else @endif Edit Delete
Data not found
{{$faqs->links()}}
@include('includes.admin.footer')