@extends('layouts.app') @section('content')
{!! $category->description !!}
{!! Str::words($category->description, 20, '...') !!}
{!! $page->created_at !!}