@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('Created FAQs List') }}

{{ __('Created Date') }} {{ __('Status') }} {{ __('Question') }} {{ __('Answer') }} {{ __('Actions') }}
@endsection @section('js') @endsection