@extends('layouts.app') @section('maincontent')
All Notes
All Notes
{{-- --}} {{-- --}} @php $i = 1; @endphp @forelse ($notes as $note) {{-- --}} {{-- --}} @php date_default_timezone_set('Australia/Melbourne'); $time = date("Y-m-d H:i:s", time()); @endphp @empty @endforelse
Sl Note CommentUserActiondate
{{ $i++ }} {{ $note->note }} {{ $note->comment }}{{ $note->comment }} {{ $note->user_name }} {{ $note->created_at->format('Y-m-d H:i:s') }}

No data found

@endsection