@extends('layouts.site') @section('title', $category->name.' โ Blog โ pcfy.in') @section('screen_label', 'Blog category') @push('styles') @endpush @section('content')
{{ $category->description }}
@endifNo posts in this category yet.
View all posts โ{{ Str::limit($post->excerpt, 100) }}
@endif