@extends('layouts.app') @section('content')
@if(strlen($course->description) >= 20) {{ substr($course->description, 0, 500) }}... @else {{ $course->description }} @endif
Suggest a change and become a contributor. The author will either approve or reject the changes. Remember to be polite and respectful!