@extends('layouts.app') @section('title', $project->title) @section('description', \Illuminate\Support\Str::limit(strip_tags($project->description), 160)) @section('content')
{{ $project->category ?? 'General Support' }}
{{ $project->description }}