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