@extends('website.layout.app') @section('content')
{{ strlen($description) > 150 ? substr($description,0,150).'...' : $description }}