@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 }}

Hello World
@endforeach
@endsection