@extends("layouts.app") @section('title', 'Knowledge Base') @section('content')
@foreach($categories as $category)
@foreach($category->subCategories as $subCat) @endforeach
@endforeach
@forelse($articles as $article) @empty

No Articles Found!

@endforelse
@endsection @push('script') @endpush