@extends('layouts.app') @section('content')
{!! Str::limit($description->description, 150) !!}
Category: {{ $description->category->category }}
Sub-Category: {{ $description->subCategory->sub_category }}