@extends('layouts.app') @section('content')
| No | Actions | Title | Description |
|---|---|---|---|
| {{ $data->firstItem() + $loop->index }} | {{ $note->title }} | @if(strlen($note->description) > 69) {{ Str::limit($note->description, 69) }} Read More @else {{ $note->description }} @endif | |
| No notes found. | |||