@extends('coreui.base')
@section('content')
Author |
Title |
Content |
Applies to date |
Status |
Note type |
|
|
|
@foreach($notes as $note)
{{ $note->user->name }} |
{{ $note->title }} |
{{ $note->content }} |
{{ $note->applies_to_date }} |
{{ $note->status->name }}
|
{{ $note->note_type }} |
View
|
Edit
|
|
@endforeach
{{ $notes->links() }}
@endsection
@section('javascript')
@endsection