{{-- resources/views/todos/show.blade.php --}} @extends('layouts.app') @section('title', $todo->title . ' - Todo Reminder') @section('content')
{{ $todo->description }}