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

{{ $category->name }}

{{ $category->description }}

@foreach ($latest_posts as $post)
{{ $post->title }}

in @foreach ($post->post_categories as $post_category) {{ $post_category->category->name }} @endforeach {{-- 3 min read --}}

Photo of {{ $post->title }}
@endforeach {{ $latest_posts->links() }}
{{--
b
--}}
@endsection