{{ mb_ucfirst(user()->name) }}
@lang('app.cancel') @lang('app.submit')
@forelse($event->notes as $note)
{{ mb_ucwords($note->user->name) }}

{{ mb_ucwords($note->user->name) }}

{{ ucfirst($note->created_at->diffForHumans()) }}

{!! ucfirst($note->note) !!}
@empty @endforelse