@extends('layouts.admin') @section('title', 'Admins') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')
@if ($faq_type == 'customer')

Customer Faqs

@else

Provider Faqs

@endif()
{{-- --}} Add New
S.No Question Answer Action
@endsection @push('vendor-scripts') @endpush @push('page-scripts') @endpush