Notes

@if(!$lead->is_converted) Add New @endif
@if($notes->isEmpty())

No Notes Found

@if(!$lead->is_converted)

Add new notes to keep track of your project

@endif
@else @foreach($notes as $note)
img
{{ $note->user->display_name }} / {{ ucfirst($note->activity_type) }}

{{ date_format(date_create($note->created_at), config('env.formats.date')) }}

{!! $note->comment !!}

Write a new comment, send your team notification by typing @ followed by their name
@endforeach @endif