@extends('user.layouts') @section('css') @endsection @section('content')
@if ($knowledges->isNotEmpty())
@foreach($knowledges as $category => $articles) @php $str = string_urlsafe($category) @endphp {{$category}} @endforeach
@foreach($knowledges as $category => $articles)
@if ($loop->first)
@if($subStatus)
@if(count($subType) > 1)
@endif
@else @endif
@endif @foreach ($articles as $article) @endforeach
@endforeach
@endif
@endsection @section('javascript') @endsection