@extends('layouts.front.app') @section('content')

{{ $category->name }}

{{ $category->description }}

@foreach ($latest_posts as $post)
@include('front.partials.post_list_card', ['post' => $post])
@endforeach {{ $latest_posts->links() }}
{{--
b
--}}
@endsection