{{__('general.project_notes')}}

@foreach($notes as $note)
{{__getUserNameById($note->created_by)}}
{{ $note->content }}
{{ $note->created_at }}
@hasAccess('project', 'details')
@csrf @method('DELETE')
@endhasAccess
@endforeach
@include('common.note.create_note', ['item' => $project])