@extends('layouts.app') @section('title') Notes @endsection @section('content')
{{ Str::limit($note->content, 150) }}
Date: {{ $note->date }}
Time: {{ $note->time }}
No notes found.