@extends('admin.layouts.master') @section('title','Faq') @section('content')
Faq

@if(session()->has('message'))
@endif
{{ $dataTable->table() }}
@endsection @push('js') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush