@extends('layouts.adminlte.adminlte') @section('title') My Notes @endsection @section('content')
Notes (chat with myself)
{{-- Load Older Notes Button --}}
@foreach($notes as $note)
{{ $note->content }}
{{ $note->created_at->format('d M Y H:i') }}
@endforeach
@endsection @section('js') @parent @endsection