@extends('layouts.public') @section('title', $category->name . ' — Centro de Ayuda') @section('content')
{{-- Breadcrumb --}}
{{-- Sidebar --}} {{-- Content --}}

{{ $category->name }}

@if($category->description)

{{ $category->description }}

@endif
{{ $articles->links() }}
@endsection