@extends("layouts.app",['title'=>$title]) @section("content") {{--https://webdevetc.com/laravel/packages/blogetc-blog-system-for-your-laravel-app/help-documentation/laravel-blog-package-blogetc#guide_to_views--}}
You are logged in as a blog admin user.
Go To Blog Admin Panel
{{$blogetc_category->category_description}}
@endif @endif @forelse($posts as $post) @include("blogetc::partials.index_loop") @empty