{{$category->name}}
{{$category->description}}
Articulos interesantes
@foreach ($category->posts->take(30) as $post)
@endforeach
@extends('layouts.app_web') @section('content')
{{$category->description}}