@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)
{{ $item['title'] }}
@endforeach
@endsection @section('script') @endsection