@extends('blog.layouts.app') @section('title', $user["nickName"]) @section('content') Categories 1 page Example Category A description of this category @foreach ($posts as $post) {{ $post->title }} @endforeach @endsection