@extends('frontend.layout.site') @section('title', $project->title) @section('content')
{{ $project->short_description }}
{{ Str::limit(strip_tags($p->short_description), 80) }}