@extends('layouts.master') @section('content')
@endsection @push('custom_js') @include('_helpers.yajra',['url' => route("admin.faqs.index"), 'columns' => $columns]) @include('_helpers.swal_delete') @include('_helpers.status_change', ['url' => route('admin.faqs.status')]) @include('_helpers.row_reorder',['url' => route('admin.faqs.reorder')]) @endpush