@extends('layouts.app') @section('styles') @endsection @section('content')
{{ substr(strip_tags(ucfirst($project->description)), 0, 300) }} @if (strlen(strip_tags($project->description)) > 300) ... Read More @endif