@extends('panel.layout.base')
@section('title',$title)
@section('content')
@foreach(\App\Models\FAQCategory::with('faqList')->where('type','admin')->whereNull('parent_id')->get()->toArray() as $item)
@endforeach
@endsection
@section('script')
@endsection