@extends('layouts.website') @section('content')
Category

{{ $category->name }}

@if($category->description)

{{ $category->description }}

@endif
@foreach($posts as $post)
Image

{{ $post->title }}

Read More

@endforeach
{{ $posts->links() }}
@endsection