@extends('layouts.app') @section('maincontent')
All Notes
All Notes
@php $i = 1; @endphp {{Auth::user()->id }} @forelse ($notes as $note) @empty @endforelse
Sl Note Comment
{{ $i++ }} {{ $note->note }} {{ $note->comment }}

No data found

@endsection