@extends('layouts.tabler') @section('page-header')

Dokumentacija

@endsection @section('content')
@if($rootDocs->isNotEmpty())

📚 Glavna Dokumentacija

@foreach($rootDocs as $doc)
{{ $doc['title'] }}
{{ $doc['name'] }}
@endforeach
@endif @if($pages->isNotEmpty())

📄 Stranice

@endif @if($posts->isNotEmpty())

📝 Postovi

@endif
@endsection