@extends('layouts.back-end.app') @section('title', translate('FAQs')) @section('content')
@include('admin-views.business-settings.vendor-registration-setting.partial.inline-menu')
{{translate('FAQ_list')}} {{$helps->total()}}
@foreach($helps as $key => $help) @endforeach
{{translate('SL')}} {{translate('question')}} {{translate('answer')}} {{translate('priority')}} {{translate('status')}} {{translate('action')}}
{{$helps->firstItem()+$key}}
{{ $help['question'] }}
{{ $help['answer'] }}
{{ $help['ranking'] }}
{{ $helps->links() }}
@if(count($helps)==0) @include('layouts.back-end._empty-state',['text'=>'no_contact_found'],['image'=>'default']) @endif
@endsection @push('script') @endpush