@extends('tenant.layouts.app') @push('title') {{ __('FAQ') }} @endpush @section('content')
@if(count($faqs)>0) @else

No Data Found!

@endif
@endsection