@extends('layouts.app') @section('maincontent')
All Notes
All Notes
@php $i = 1; @endphp @forelse ($notes as $note) @empty @endforelse
Sl Note Comment User Action
{{ $i++ }} {{ $note->note }} {{ $note->comment }} {{ $note->user_name }} Edit Delete

No data found

@endsection